This commit is contained in:
Tim Moore
2009-11-10 22:10:57 +01:00
parent 4e2eb2f24c
commit a25e859fa7

View File

@@ -872,8 +872,7 @@ SGPropertyNode::getChild (const char * name, int index, bool create)
}
SGPropertyNode *
SGPropertyNode::SGPropertyNode::getChild (const string& name, int index,
bool create)
SGPropertyNode::getChild (const string& name, int index, bool create)
{
SGPropertyNode* node = getExistingChild(name.begin(), name.end(), index,
create);