Build: Fix Windows build (missing QA mock update)

This commit is contained in:
Mike Williams 2022-09-19 11:30:25 -04:00
parent ca0c9f12e0
commit a23b9810e1
1 changed files with 1 additions and 1 deletions

View File

@ -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,
const wxString& aCommitMessage, int aOptions )
{