Fix SimGear test target for change in commandmgr api

This commit is contained in:
Torsten Dreyer
2017-07-07 08:56:13 +02:00
parent 100439aadd
commit 629e68428f

View File

@@ -49,7 +49,7 @@ class DummyThing
public:
DummyThing() : dummy_cmd_state(0) { }
bool someCommand(const SGPropertyNode* arg)
bool someCommand(const SGPropertyNode* arg, SGPropertyNode * )
{
dummy_cmd_state++;
return true;