Add missing util mocks breaking compile

This commit is contained in:
Marek Roszko 2022-07-17 11:37:38 -04:00
parent 5c5dc689cf
commit 1278b2916c
1 changed files with 22 additions and 0 deletions

View File

@ -410,6 +410,28 @@ void PCB_SELECTION_TOOL::setTransitions()
{
}
void PCB_SELECTION_TOOL::select( EDA_ITEM* aItem )
{
}
void PCB_SELECTION_TOOL::unselect( EDA_ITEM* aItem )
{
}
void PCB_SELECTION_TOOL::highlight( EDA_ITEM* aItem, int aHighlightMode,
SELECTION* aGroup )
{
}
void PCB_SELECTION_TOOL::unhighlight( EDA_ITEM* aItem, int aHighlightMode,
SELECTION* aGroup )
{
}
void PCB_TOOL_BASE::doInteractiveItemPlacement( const std::string& aTool,
INTERACTIVE_PLACER_BASE* aPlacer,
const wxString& aCommitMessage, int aOptions )