]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/SGMaterialAnimation.hxx
Fix path in include directive
[simgear.git] / simgear / scene / model / SGMaterialAnimation.hxx
index b5b7c0bbf1e29af5e0b1d62a7c6fa32b557971e4..54d1b15b3120909e001ccfc450740a3ab3cd2592 100644 (file)
@@ -23,7 +23,7 @@ class SGMaterialAnimation : public SGAnimation {
 public:
   SGMaterialAnimation(const SGPropertyNode* configNode,
                       SGPropertyNode* modelRoot,
-                      const osgDB::ReaderWriter::Options* options);
+                      const osgDB::Options* options);
   virtual osg::Group* createAnimationGroup(osg::Group& parent);
   virtual void install(osg::Node& node);
   static SGPropertyNode_ptr makeEffectProperties(const SGPropertyNode* animProp);