diff --git a/src/osgPlugins/fbx/ReaderWriterFBX.h b/src/osgPlugins/fbx/ReaderWriterFBX.h index 7cb5c0270..67a8f2e3b 100644 --- a/src/osgPlugins/fbx/ReaderWriterFBX.h +++ b/src/osgPlugins/fbx/ReaderWriterFBX.h @@ -33,7 +33,7 @@ public: return readNode(filename, options); } - virtual WriteResult writObject(const osg::Node& node, const std::string& filename, const Options* options) const + virtual WriteResult writeObject(const osg::Node& node, const std::string& filename, const Options* options) const { return writeNode(node, filename, options); }