Hi Robert,

here is a fix for osgWidget (and some other I believe)
I changed

observer_ptr(const observer_ptr& rp): _ptr(0L)

to

observer_ptr(const observer_ptr& rp): _ptr(rp._ptr)

Cheers,
-Nick

Attachment: observer_ptr
Description: Binary data

_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to