Browse Source

Expose ValueAnimationInfo in shared library

rokups 9 years ago
parent
commit
6a9e2eaee7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Urho3D/Scene/ValueAnimationInfo.h

+ 1 - 1
Source/Urho3D/Scene/ValueAnimationInfo.h

@@ -33,7 +33,7 @@ class ValueAnimation;
 struct VAnimEventFrame;
 
 /// Base class for a value animation instance, which includes animation runtime information and updates the target object's value automatically.
-class ValueAnimationInfo : public RefCounted
+class URHO3D_API ValueAnimationInfo : public RefCounted
 {
 public:
     /// Construct without target object.