From Lionel Lagarde, "here is a correction on
osgVolume/Property added OSGVOLUME_EXPORT to PropertyAdjustmentCallback osgVolume/VolumeTile.cpp in copy constructor, removed ';' on if (volumeTile.getVolumeTechnique())"
This commit is contained in:
@@ -350,7 +350,7 @@ class OSGVOLUME_EXPORT CollectPropertiesVisitor : public osgVolume::PropertyVisi
|
||||
|
||||
};
|
||||
|
||||
class PropertyAdjustmentCallback : public osgGA::GUIEventHandler, public osg::StateSet::Callback
|
||||
class OSGVOLUME_EXPORT PropertyAdjustmentCallback : public osgGA::GUIEventHandler, public osg::StateSet::Callback
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user