diff --git a/qa/pcbnew_utils/include/pcbnew_utils/board_test_utils.h b/qa/pcbnew_utils/include/pcbnew_utils/board_test_utils.h index 522624a58d..e7feff701f 100644 --- a/qa/pcbnew_utils/include/pcbnew_utils/board_test_utils.h +++ b/qa/pcbnew_utils/include/pcbnew_utils/board_test_utils.h @@ -52,6 +52,8 @@ public: DUMMY_TOOL() : PCB_TOOL_BASE( "testframework.dummytool" ) {}; + + bool Init() override { return true }; };