Make local functions static.
Modified Files: model/SGReaderWriterXML.cxx
This commit is contained in:
parent
c4eb6b7b65
commit
5c97fd576a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user