Fix compil issue in QA (missing function)

This commit is contained in:
jean-pierre charras 2021-11-18 14:57:56 +01:00
parent cc339e56a2
commit 3495135b08
1 changed files with 6 additions and 0 deletions

View File

@ -608,6 +608,12 @@ void PCB_TOOL_BASE::setTransitions()
}
bool PCB_TOOL_BASE::Is45Limited() const
{
return false;
}
const PCB_DISPLAY_OPTIONS& PCB_TOOL_BASE::displayOptions() const
{
static PCB_DISPLAY_OPTIONS disp;