From Paul Martz, added missing export

This commit is contained in:
Robert Osfield 2008-11-23 09:57:41 +00:00
parent 9f55408ca3
commit d0994c4ad3

View File

@ -23,6 +23,7 @@
#include <osg/Group>
#include <osgAnimation/Animation>
#include <osgAnimation/AnimationManagerBase>
#include <osgAnimation/Export>
namespace osgAnimation
{
@ -541,7 +542,7 @@ namespace osgAnimation
class AnimationManagerTimeline : public AnimationManagerBase
class OSGANIMATION_EXPORT AnimationManagerTimeline : public AnimationManagerBase
{
protected:
osg::ref_ptr<Timeline> _timeline;