diff --git a/src/osgDB/FileCache.cpp b/src/osgDB/FileCache.cpp index 4d25bd4e6..88526cdd5 100644 --- a/src/osgDB/FileCache.cpp +++ b/src/osgDB/FileCache.cpp @@ -24,6 +24,7 @@ using namespace osgDB; // FileCache // FileCache::FileCache(const std::string& path): + osg::Referenced(true), _fileCachePath(path) { NOTIFY(osg::INFO)<<"Constructed FileCache : "<