Moved constructor implementation into .cpp
This commit is contained in:
parent
7eda51abd2
commit
bbfbc75279
@ -379,7 +379,7 @@ class OSGVOLUME_EXPORT PropertyAdjustmentCallback : public osgGA::GUIEventHandle
|
|||||||
|
|
||||||
PropertyAdjustmentCallback();
|
PropertyAdjustmentCallback();
|
||||||
|
|
||||||
PropertyAdjustmentCallback(const PropertyAdjustmentCallback&,const osg::CopyOp&) {}
|
PropertyAdjustmentCallback(const PropertyAdjustmentCallback&,const osg::CopyOp&);
|
||||||
|
|
||||||
META_Object(osgVolume,PropertyAdjustmentCallback);
|
META_Object(osgVolume,PropertyAdjustmentCallback);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user