From 778fbc78e539f1c2261f749aba15bd2d5cfc2e6d Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 4 Jan 2007 20:49:39 +0000 Subject: [PATCH] Fixed compile warning --- src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp b/src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp index 641a05383..957f4f972 100644 --- a/src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp +++ b/src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp @@ -27,8 +27,8 @@ using namespace osgDB; class ReadExternalsVisitor : public osg::NodeVisitor { - bool _cloneExternalReferences; osg::ref_ptr _options; + bool _cloneExternalReferences; public: