Hello

I'm not sure if I posted in the right forum, but here goes:
I have a class that inherits from osgViewer::CompositeViewer, and I need to
override the following 4 functions:

        void addView(osgViewer::View* view);
        void removeView(osgViewer::View* view);

        osgViewer::View* getView(unsigned i) { return _views[i].get(); }
        const osgViewer::View* getView(unsigned i) const { return
_views[i].get(); }


Is it possible to change those functions to virtual in the next dev release?
(I could change them locally in my computer, but then I would have to change
it again with every release)

Thanks, Roni
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to