On 7/4/06, Adrian Egli <[EMAIL PROTECTED]> wrote:
the trouble is very stupid: observer_ptr is intepreted by the compiler as a class instead of an ptr reference.
Reading the code your sent and comparing it to the original I can only spot the name change of in_observer_ptr from observer_ptr, is this right? So the osg::observer_ptr<> being confused as the Observer* observer_ptr parameter. This being correct then just renaming the parameter observer should do the trick, and would be more in keeping with the parameter naming convertion elsewhere in the OSG. Robert, _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
