From 84a3cdada694478b08ec4dbdc7d92f4af9381d16 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Mon, 3 Jul 2023 15:45:11 +0100 Subject: [PATCH] Attempted fix for qa-failure on GTK. --- qa/pcbnew_utils/include/pcbnew_utils/board_test_utils.h | 2 ++ 1 file changed, 2 insertions(+) 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 }; };