Search for "dreaded diamond" problem in Google and you'll find good explanations of this problem and possible solutions.
Regards, On Fri, Sep 26, 2014 at 5:01 AM, [email protected] < [email protected]> wrote: > 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 > > -- Javier Taibo
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

