Fix build issue.
This commit is contained in:
parent
b512d64148
commit
7633540492
|
@ -378,6 +378,12 @@ int PCB_SELECTION_TOOL::selectSameSheet( const TOOL_EVENT& aEvent )
|
|||
}
|
||||
|
||||
|
||||
bool PCB_SELECTION_TOOL::ctrlClickHighlights()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Function itemIsIncludedByFilter()
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue