]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/SGText.hxx
Work around apparent OSG 3.2.0 normal binding bug.
[simgear.git] / simgear / scene / model / SGText.hxx
index 19b27c80b677f503e08b69308a4f85d267d84cc9..a8bf00809870a6bfccbc903e577a6ffe5d0bdd75 100644 (file)
@@ -27,7 +27,7 @@
 class SGText : public osg::NodeCallback 
 {
 public:
-  static osg::Node * appendText(const SGPropertyNode* configNode, SGPropertyNode* modelRoot, const osgDB::ReaderWriter::Options* options);
+  static osg::Node * appendText(const SGPropertyNode* configNode, SGPropertyNode* modelRoot, const osgDB::Options* options);
 private:
   class UpdateCallback;
 };