(Vector) Fix some issues
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / visuals / transition-data-impl.h
index 9622951..9ca8193 100644 (file)
@@ -61,7 +61,7 @@ public:
     Property::Key propertyKey; ///< A property key of the property owner
     Property::Value initialValue; ///< The value to set at the start of the transition
     Property::Value targetValue;   ///< The value to set or animate to
-    Dali::AlphaFunction::BuiltinFunction alphaFunction;
+    Dali::AlphaFunction alphaFunction;
     float timePeriodDelay;
     float timePeriodDuration;
     bool animate;