From bbfbc7527986a97302d9a509b5b3c3256e300f13 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 6 May 2011 12:30:21 +0000 Subject: [PATCH] Moved constructor implementation into .cpp --- include/osgVolume/Property | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgVolume/Property b/include/osgVolume/Property index 44787ff5f..d24e990d1 100644 --- a/include/osgVolume/Property +++ b/include/osgVolume/Property @@ -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);