Attempted fix for qa-failure on GTK.
This commit is contained in:
parent
87c106965d
commit
84a3cdada6
|
@ -52,6 +52,8 @@ public:
|
|||
DUMMY_TOOL() :
|
||||
PCB_TOOL_BASE( "testframework.dummytool" )
|
||||
{};
|
||||
|
||||
bool Init() override { return true };
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue