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,