X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Ftransition-data-impl.h;h=0ecf0a49dcfd8db7ffecb54ae27f9bb62736f948;hb=ec1db95268e1cf8e8bd893027d45a19c64b32848;hp=9622951af806cb97535f782cb71d9d2f68e0fe6a;hpb=f05c437df1fc28be1354e47af9dbf336828956f1;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/visuals/transition-data-impl.h b/dali-toolkit/internal/visuals/transition-data-impl.h index 9622951..0ecf0a4 100644 --- a/dali-toolkit/internal/visuals/transition-data-impl.h +++ b/dali-toolkit/internal/visuals/transition-data-impl.h @@ -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& );