From 23ec0518218f726e8fd404f17f759f046e3ea21d Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 24 Nov 2004 06:57:34 +0000 Subject: [PATCH] Moved the initPeformer to the constructor to avoid const issues when compiling --- src/osgPlugins/pfb/ReaderWriterPFB.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/osgPlugins/pfb/ReaderWriterPFB.cpp b/src/osgPlugins/pfb/ReaderWriterPFB.cpp index faeaeed33..c694ffd71 100644 --- a/src/osgPlugins/pfb/ReaderWriterPFB.cpp +++ b/src/osgPlugins/pfb/ReaderWriterPFB.cpp @@ -101,7 +101,7 @@ class ReaderWriterPFB : public osgDB::ReaderWriter if (fileName.empty()) fileName = file; // let Peformer see if it can file the filep osg::notify(osg::INFO)<<"ReaderWriterPFB::readImage( "<ref(); @@ -159,7 +159,7 @@ class ReaderWriterPFB : public osgDB::ReaderWriter if (fileName.empty()) return ReadResult::FILE_NOT_FOUND; osg::notify(osg::INFO)<<"ReaderWriterPFB::readNode( "<