Add GetVisualProperty to Control
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / visuals / transition-data-impl.h
index 9622951..0ecf0a4 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;
@@ -136,7 +136,7 @@ protected:
   /**
    *  A ref counted object may only be deleted by calling Unreference
    */
-  virtual ~TransitionData();
+  ~TransitionData() override;
 
 private: // Unimplemented methods
   TransitionData( const TransitionData& );