From d0994c4ad37030842bc91d1dd14c1f6f29e35504 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 23 Nov 2008 09:57:41 +0000 Subject: [PATCH] From Paul Martz, added missing export --- include/osgAnimation/Timeline | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/osgAnimation/Timeline b/include/osgAnimation/Timeline index 66127a902..daaaf2d58 100644 --- a/include/osgAnimation/Timeline +++ b/include/osgAnimation/Timeline @@ -23,6 +23,7 @@ #include #include #include +#include namespace osgAnimation { @@ -541,7 +542,7 @@ namespace osgAnimation - class AnimationManagerTimeline : public AnimationManagerBase + class OSGANIMATION_EXPORT AnimationManagerTimeline : public AnimationManagerBase { protected: osg::ref_ptr _timeline;