Removed the erroneous subclassing from osg::Observer

This commit is contained in:
Robert Osfield
2010-08-08 15:44:03 +00:00
parent 3c3a34d5f6
commit 534af3aeaf

View File

@@ -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 T>
class observer_ptr : public Observer
class observer_ptr
{
public:
typedef T element_type;