Hi, recently, I write a sample application based on osgEarth 2.5. when using "FeatureManipTool" class like the way
osg::ref_ptr<FeatureManipTool> _featureManipulator; I got some errors: error C2385: ambiguous access of 'unref' 1> could be the 'unref' in base 'osg::Referenced' 1> or could be the 'unref' in base 'osg::Referenced' after debuging, I found that this class is using multiple inheritance. then how can I solve the problem? thanks! [email protected]
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

