Make local functions static.

Modified Files:
	model/SGReaderWriterXML.cxx
This commit is contained in:
frohlich 2009-03-10 19:22:08 +00:00 committed by Tim Moore
parent c4eb6b7b65
commit 5c97fd576a

View File

@ -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<SGCondition> mCondition;
};
osg::Node *
static osg::Node *
sgLoad3DModel_internal(const string &path,
SGPropertyNode *prop_root,
SGModelData *data,