X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fupdate%2Fanimation%2Fscene-graph-constraint-base.h;h=622277f6e9d0be5591ec838efabef622aaf3e96a;hb=81fc2742b950ca4704c87769395c8e244e15fa52;hp=ba36871c4db9bb4c242d7b4362b6176ad5db5c04;hpb=5826321b721c2dc09abda23e9d845cb4cf8edc92;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/update/animation/scene-graph-constraint-base.h b/dali/internal/update/animation/scene-graph-constraint-base.h index ba36871..622277f 100644 --- a/dali/internal/update/animation/scene-graph-constraint-base.h +++ b/dali/internal/update/animation/scene-graph-constraint-base.h @@ -81,7 +81,7 @@ public: /** * Virtual destructor. */ - virtual ~ConstraintBase(); + ~ConstraintBase() override; /** * Property resetter observes the lifecycle of this object @@ -175,14 +175,14 @@ private: /** * @copydoc PropertyOwner::Observer::PropertyOwnerConnected() */ - virtual void PropertyOwnerConnected( PropertyOwner& owner ) + void PropertyOwnerConnected( PropertyOwner& owner ) override { } /** * @copydoc PropertyOwner::Observer::PropertyOwnerDisconnected() */ - virtual void PropertyOwnerDisconnected( BufferIndex bufferIndex, PropertyOwner& owner ) + void PropertyOwnerDisconnected( BufferIndex bufferIndex, PropertyOwner& owner ) override { if ( !mDisconnected ) { @@ -199,7 +199,7 @@ private: /** * @copydoc PropertyOwner::Observer::PropertyOwnerDestroyed() */ - virtual void PropertyOwnerDestroyed( PropertyOwner& owner ) + void PropertyOwnerDestroyed( PropertyOwner& owner ) override { if ( !mDisconnected ) {