From a23b9810e1ba81afe2da752342cc42fd27fe3781 Mon Sep 17 00:00:00 2001 From: Mike Williams Date: Mon, 19 Sep 2022 11:30:25 -0400 Subject: [PATCH] Build: Fix Windows build (missing QA mock update) --- qa/qa_utils/mocks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/qa_utils/mocks.cpp b/qa/qa_utils/mocks.cpp index 6ce49a161f..7e010db881 100644 --- a/qa/qa_utils/mocks.cpp +++ b/qa/qa_utils/mocks.cpp @@ -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 ) {