diff --git a/include/osgDB/DynamicLibrary b/include/osgDB/DynamicLibrary index e8841fce9..0079155b9 100644 --- a/include/osgDB/DynamicLibrary +++ b/include/osgDB/DynamicLibrary @@ -59,7 +59,7 @@ class OSGDB_EXPORT DynamicLibrary : public osg::Referenced /** disallow copy constructor.*/ DynamicLibrary(const DynamicLibrary&):osg::Referenced() {} /** disallow copy operator.*/ - DynamicLibrary& operator == (const DynamicLibrary&) { return *this; } + DynamicLibrary& operator = (const DynamicLibrary&) { return *this; } /** Disallow public construction so that users have to go * through loadLibrary() above which returns NULL on