Index: OpenSceneGraph/trunk/src/osgPlugins/3ds/WriterNodeVisitor.h
===================================================================
--- OpenSceneGraph/trunk/src/osgPlugins/3ds/WriterNodeVisitor.h (revision 11194)
+++ OpenSceneGraph/trunk/src/osgPlugins/3ds/WriterNodeVisitor.h (revision 11203)
@@ -59,6 +59,5 @@
                         const std::string & srcDirectory);
 
-        bool        suceedLastApply() const;
-        void        failedApply();
+        bool succeeded() const { return _succeeded; }
         virtual void apply(osg::Geode &node);
         virtual void apply(osg::Billboard &node);
@@ -146,6 +145,5 @@
         *  \return the number of vertices in the geode.
         */
-        unsigned int 
-        calcVertices(osg::Geode & geo);
+        unsigned int calcVertices(osg::Geode & geo);
 
         /** 
@@ -198,5 +196,5 @@
         void apply3DSMatrixNode(osg::Node &node, const osg::Matrix & m, const char * const prefix);
 
-        bool                                _suceedLastApply;
+        bool                                _succeeded;
         std::string                         _directory;
         std::string                         _srcDirectory;
