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:
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user