Thanks Terry, fix now merged and submitted to svn/trunk.
On Thu, May 20, 2010 at 5:54 PM, Terry Welsh <[email protected]> wrote: > --- Referenced.cpp (revision 11448) > +++ Referenced.cpp (working copy) > @@ -276,7 +276,7 @@ > if (!_observerSet) > { > _observerSet = new ObserverSet(this); > - _observerSet->ref(); > + static_cast<ObserverSet*>(_observerSet)->ref(); > } > return static_cast<ObserverSet*>(_observerSet); > } > > > -- > Terry Welsh / mogumbo 'at' gmail.com > www.reallyslick.com / www.mogumbo.com > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
