From 629e68428fcc3e06b9fd8ab180487bf56e9a21d3 Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Fri, 7 Jul 2017 08:56:13 +0200 Subject: [PATCH] Fix SimGear test target for change in commandmgr api --- simgear/structure/state_machine_test.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;