diff --git a/src/osgPlugins/txp/TXPParser.h b/src/osgPlugins/txp/TXPParser.h index bcf454a9c..e1f393e36 100644 --- a/src/osgPlugins/txp/TXPParser.h +++ b/src/osgPlugins/txp/TXPParser.h @@ -302,8 +302,8 @@ protected: bool EndChildren(void *); // THE archive - osg::ref_ptr< TXPArchive > _archive; - + TXPArchive * _archive; + // Current parent osg::Group* _currentTop;