diff --git a/simgear/misc/props_test.cxx b/simgear/misc/props_test.cxx index 4e48b6c5..b98e6e6b 100644 --- a/simgear/misc/props_test.cxx +++ b/simgear/misc/props_test.cxx @@ -313,7 +313,7 @@ test_property_nodes () cout << endl; cout << "Looking for all /hack[0]/bar children" << endl; - vector bar = child->getChildren("bar"); + vector bar = child->getChildren("bar"); cout << "There are " << bar.size() << " matches" << endl; for (int i = 0; i < (int)bar.size(); i++) cout << bar[i]->getName() << '[' << bar[i]->getIndex() << ']' << endl;