Add missing util mocks breaking compile
This commit is contained in:
parent
5c5dc689cf
commit
1278b2916c
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue