Added explict initialization of osg::Object contstructor to fix warning

This commit is contained in:
Robert Osfield
2009-02-03 11:04:37 +00:00
parent 5aeca01828
commit 17241da4e5

View File

@@ -394,7 +394,7 @@ protected:
InteractiveImageHandler() {}
InteractiveImageHandler(const InteractiveImageHandler&,const osg::CopyOp& = osg::CopyOp::SHALLOW_COPY):
osgGA::GUIEventHandler(), osg::Drawable::CullCallback() {}
osg::Object(), osgGA::GUIEventHandler(), osg::Drawable::CullCallback() {}
bool mousePosition(osgViewer::View* view, osg::NodeVisitor* nv, const osgGA::GUIEventAdapter& ea, int& x, int &y) const;