Attempted fix for qa-failure on GTK.

This commit is contained in:
Jeff Young 2023-07-03 15:45:11 +01:00
parent 87c106965d
commit 84a3cdada6
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ public:
DUMMY_TOOL() : DUMMY_TOOL() :
PCB_TOOL_BASE( "testframework.dummytool" ) PCB_TOOL_BASE( "testframework.dummytool" )
{}; {};
bool Init() override { return true };
}; };