Build: Fix Windows build (missing QA mock update)
This commit is contained in:
parent
ca0c9f12e0
commit
a23b9810e1
|
@ -432,7 +432,7 @@ void PCB_SELECTION_TOOL::unhighlight( EDA_ITEM* aItem, int aHighlightMode,
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
void PCB_TOOL_BASE::doInteractiveItemPlacement( const std::string& aTool,
|
void PCB_TOOL_BASE::doInteractiveItemPlacement( const TOOL_EVENT& aTool,
|
||||||
INTERACTIVE_PLACER_BASE* aPlacer,
|
INTERACTIVE_PLACER_BASE* aPlacer,
|
||||||
const wxString& aCommitMessage, int aOptions )
|
const wxString& aCommitMessage, int aOptions )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue