Fix build issue.

This commit is contained in:
Jeff Young 2022-06-29 07:33:56 -06:00
parent b512d64148
commit 7633540492
1 changed files with 6 additions and 0 deletions

View File

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