From Fabien Lavignotte, "In order to compile on Windows with Wrappers ON, some exports are still missing on osgPresentation::AnimationMaterialCallback and osgUtil::IncrementalCompileOperation::CompileSet."

This commit is contained in:
Robert Osfield
2010-02-19 14:30:01 +00:00
parent dc728aa184
commit 88474271e3
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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: