From 819fb2b14c58fae94765acec4760ee93c5abafb0 Mon Sep 17 00:00:00 2001 From: Laurens Voerman Date: Wed, 21 Feb 2018 13:38:42 +0100 Subject: [PATCH] Remove OSG_EXPORT from deprecated_osg::Geometry in inventor plugin. --- src/osgPlugins/Inventor/DeprecatedGeometry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/Inventor/DeprecatedGeometry.h b/src/osgPlugins/Inventor/DeprecatedGeometry.h index 5d9b0843a..752b2da5d 100644 --- a/src/osgPlugins/Inventor/DeprecatedGeometry.h +++ b/src/osgPlugins/Inventor/DeprecatedGeometry.h @@ -45,7 +45,7 @@ namespace deprecated_osg { * it is recommended that you should migrate your code to work just with osg::Geometry as existing * deprecated_osg::Geometry will be removed in future release. */ -class OSG_EXPORT Geometry : public osg::Geometry +class Geometry : public osg::Geometry { public: Geometry() : osg::Geometry() {}