diff --git a/include/osg/observer_ptr b/include/osg/observer_ptr index 174ce544e..5ea34fb1a 100644 --- a/include/osg/observer_ptr +++ b/include/osg/observer_ptr @@ -35,7 +35,7 @@ namespace osg { * If you are in any doubt about whether it is safe to access the object safe then use * ref_ptr<> observer_ptr<>.lock() combination. */ template -class observer_ptr : public Observer +class observer_ptr { public: typedef T element_type;