From Jean-Sebastien Guay, added missing export

This commit is contained in:
Robert Osfield
2008-12-17 10:01:52 +00:00
parent e7d8a2cfe6
commit d01fc6ab1b

View File

@@ -27,7 +27,7 @@ namespace osgAnimation
public:
META_Node(osgAnimation, Skeleton);
struct UpdateSkeleton : public osg::NodeCallback
struct OSGANIMATION_EXPORT UpdateSkeleton : public osg::NodeCallback
{
META_Object(osgAnimation, UpdateSkeleton);
UpdateSkeleton() {}