Fixed compile warning

This commit is contained in:
Robert Osfield
2007-01-04 20:49:39 +00:00
parent 73fffe1800
commit 778fbc78e5

View File

@@ -27,8 +27,8 @@ using namespace osgDB;
class ReadExternalsVisitor : public osg::NodeVisitor
{
bool _cloneExternalReferences;
osg::ref_ptr<ReaderWriter::Options> _options;
bool _cloneExternalReferences;
public: