Index: /OpenSceneGraph/trunk/include/osgAnimation/Action
===================================================================
--- /OpenSceneGraph/trunk/include/osgAnimation/Action (revision 10344)
+++ /OpenSceneGraph/trunk/include/osgAnimation/Action (revision 10361)
@@ -129,5 +129,5 @@
 
     // blend in from 0 to weight in duration
-    class BlendIn : public Action
+    class OSGANIMATION_EXPORT BlendIn : public Action
     {
         double _weight;
@@ -145,5 +145,5 @@
 
     // blend in from 0 to weight in duration
-    class BlendOut : public Action
+    class OSGANIMATION_EXPORT BlendOut : public Action
     {
         double _weight;
@@ -160,5 +160,5 @@
 
 
-    class ActionAnimation : public Action
+    class OSGANIMATION_EXPORT ActionAnimation : public Action
     {
     public:
@@ -176,5 +176,5 @@
 
     // encapsulate animation with blend in blend out for classic usage
-    class StripAnimation : public Action
+    class OSGANIMATION_EXPORT StripAnimation : public Action
     {
     public:
