diff --git a/include/osg/ref_ptr b/include/osg/ref_ptr index f65da28cc..86bb83fac 100644 --- a/include/osg/ref_ptr +++ b/include/osg/ref_ptr @@ -71,8 +71,20 @@ class ref_ptr friend bool operator != (const T* ptr, const ref_ptr& rp) { return (ptr!=rp._ptr); } bool operator < (const ref_ptr& rp) const { return (_ptr() const { return _ptr; } T* get() const { return _ptr; }