Merge pull request #484 from LaurensVoerman/submit_inventor_dllexport

Remove OSG_EXPORT from deprecated_osg::Geometry in inventor plugin.
This commit is contained in:
OpenSceneGraph git repository 2018-02-22 08:15:46 +00:00 committed by GitHub
commit ffc8e54cdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ namespace deprecated_osg {
* it is recommended that you should migrate your code to work just with osg::Geometry as existing * 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. * deprecated_osg::Geometry will be removed in future release.
*/ */
class OSG_EXPORT Geometry : public osg::Geometry class Geometry : public osg::Geometry
{ {
public: public:
Geometry() : osg::Geometry() {} Geometry() : osg::Geometry() {}