Fixed warning

This commit is contained in:
Robert Osfield 2016-09-02 19:09:13 +01:00
parent f4fbe6625a
commit 19270d0833

View File

@ -372,8 +372,8 @@ PropertyAdjustmentCallback::PropertyAdjustmentCallback():
PropertyAdjustmentCallback::PropertyAdjustmentCallback(const PropertyAdjustmentCallback& pac,const osg::CopyOp& copyop):
osg::Object(pac, copyop),
osg::Callback(pac, copyop),
osgGA::GUIEventHandler(pac, copyop),
osg::StateSet::Callback(pac, copyop),
osgGA::GUIEventHandler(pac, copyop),
_cyleForwardKey(pac._cyleForwardKey),
_cyleBackwardKey(pac._cyleBackwardKey),
_transparencyKey(pac._transparencyKey),