Browse Source

Fix compil issue in QA (missing function)

6.0.7
jean-pierre charras 4 years ago
parent
commit
3495135b08
  1. 6
      qa/qa_utils/mocks.cpp

6
qa/qa_utils/mocks.cpp

@ -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;

Loading…
Cancel
Save