]> git.mxchange.org Git - simgear.git/commitdiff
Make local functions static.
authorfrohlich <frohlich>
Tue, 10 Mar 2009 19:22:08 +0000 (19:22 +0000)
committerTim Moore <timoore@redhat.com>
Wed, 11 Mar 2009 19:06:56 +0000 (20:06 +0100)
Modified Files:
model/SGReaderWriterXML.cxx

simgear/scene/model/SGReaderWriterXML.cxx

index 586b14a25b09cbf74a4793d6579cc1103caab53e..abdac8d0f68e43ba0fff2ecaf6680e5b35279ab5 100644 (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,