From: Tim Moore Date: Tue, 10 Nov 2009 21:10:57 +0000 (+0100) Subject: fix typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a25e859fa773c9463e4bec042b8d0b39041c29ad;p=simgear.git fix typo --- diff --git a/simgear/props/props.cxx b/simgear/props/props.cxx index 15cfabe0..6730ef13 100644 --- a/simgear/props/props.cxx +++ b/simgear/props/props.cxx @@ -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);