diff --git a/simgear/structure/state_machine_test.cxx b/simgear/structure/state_machine_test.cxx index 05d62645..73b434c3 100644 --- a/simgear/structure/state_machine_test.cxx +++ b/simgear/structure/state_machine_test.cxx @@ -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;