]> git.mxchange.org Git - simgear.git/commitdiff
fix typo
authorTim Moore <timoore@redhat.com>
Tue, 10 Nov 2009 21:10:57 +0000 (22:10 +0100)
committerTim Moore <timoore@redhat.com>
Tue, 10 Nov 2009 21:10:57 +0000 (22:10 +0100)
simgear/props/props.cxx

index 15cfabe017ea822fe3df6ff584e269dcf0161981..6730ef132876cf120b86d57d02e569d3724a9069 100644 (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);