Moved constructor implementation into .cpp

This commit is contained in:
Robert Osfield 2011-05-06 12:30:21 +00:00
parent 7eda51abd2
commit bbfbc75279

View File

@ -379,7 +379,7 @@ class OSGVOLUME_EXPORT PropertyAdjustmentCallback : public osgGA::GUIEventHandle
PropertyAdjustmentCallback();
PropertyAdjustmentCallback(const PropertyAdjustmentCallback&,const osg::CopyOp&) {}
PropertyAdjustmentCallback(const PropertyAdjustmentCallback&,const osg::CopyOp&);
META_Object(osgVolume,PropertyAdjustmentCallback);