From: frohlich Date: Tue, 10 Mar 2009 19:22:08 +0000 (+0000) Subject: Make local functions static. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5c97fd576ae0be4067cd446fc8e1328f5e935cd1;p=simgear.git Make local functions static. Modified Files: model/SGReaderWriterXML.cxx --- diff --git a/simgear/scene/model/SGReaderWriterXML.cxx b/simgear/scene/model/SGReaderWriterXML.cxx index 586b14a2..abdac8d0 100644 --- a/simgear/scene/model/SGReaderWriterXML.cxx +++ b/simgear/scene/model/SGReaderWriterXML.cxx @@ -47,7 +47,7 @@ using namespace simgear; -osg::Node * +static osg::Node * sgLoad3DModel_internal(const string &path, SGPropertyNode *prop_root, SGModelData *data = 0, @@ -128,7 +128,7 @@ private: SGSharedPtr mCondition; }; -osg::Node * +static osg::Node * sgLoad3DModel_internal(const string &path, SGPropertyNode *prop_root, SGModelData *data,