From 88474271e31b758fd972b2eb676eac09e8e45209 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 19 Feb 2010 14:30:01 +0000 Subject: [PATCH] From Fabien Lavignotte, "In order to compile on Windows with Wrappers ON, some exports are still missing on osgPresentation::AnimationMaterialCallback and osgUtil::IncrementalCompileOperation::CompileSet." --- include/osgPresentation/AnimationMaterial | 2 +- include/osgUtil/IncrementalCompileOperation | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/osgPresentation/AnimationMaterial b/include/osgPresentation/AnimationMaterial index fa924c250..b9e44bf7a 100644 --- a/include/osgPresentation/AnimationMaterial +++ b/include/osgPresentation/AnimationMaterial @@ -89,7 +89,7 @@ class OSGPRESENTATION_EXPORT AnimationMaterial : public virtual osg::Object }; -class AnimationMaterialCallback : public osg::NodeCallback +class OSGPRESENTATION_EXPORT AnimationMaterialCallback : public osg::NodeCallback { public: diff --git a/include/osgUtil/IncrementalCompileOperation b/include/osgUtil/IncrementalCompileOperation index eae923f8b..437d43200 100644 --- a/include/osgUtil/IncrementalCompileOperation +++ b/include/osgUtil/IncrementalCompileOperation @@ -111,7 +111,7 @@ class OSGUTIL_EXPORT IncrementalCompileOperation : public osg::GraphicsOperation virtual bool compileCompleted(CompileSet* compileSet) = 0; }; - class CompileSet : public osg::Referenced + class OSGUTIL_EXPORT CompileSet : public osg::Referenced { public: