Pārlūkot izejas kodu

Expose ValueAnimationInfo in shared library

rokups 9 gadi atpakaļ
vecāks
revīzija
6a9e2eaee7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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.