Attempted fix for qa-failure on GTK.

This commit is contained in:
Jeff Young
2023-07-03 15:46:05 +01:00
parent 87c106965d
commit 84a3cdada6
@@ -52,6 +52,8 @@ public:
DUMMY_TOOL() :
PCB_TOOL_BASE( "testframework.dummytool" )
{};
bool Init() override { return true };
};