Browse Source

Fix build issue.

7.0
Jeff Young 3 years ago
parent
commit
7633540492
  1. 6
      qa/qa_utils/mocks.cpp

6
qa/qa_utils/mocks.cpp

@ -378,6 +378,12 @@ int PCB_SELECTION_TOOL::selectSameSheet( const TOOL_EVENT& aEvent )
}
bool PCB_SELECTION_TOOL::ctrlClickHighlights()
{
return false;
}
/**
* Function itemIsIncludedByFilter()
*

Loading…
Cancel
Save