X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fcommon%2Fproperty-notification-manager.h;h=ef67e640cdf3ac89046b54a53a14285afcd3cc71;hb=81fc2742b950ca4704c87769395c8e244e15fa52;hp=1a8b0a0ef9b8f1c01570c642b9fb90f959ba0b8d;hpb=5826321b721c2dc09abda23e9d845cb4cf8edc92;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/common/property-notification-manager.h b/dali/internal/event/common/property-notification-manager.h index 1a8b0a0..ef67e64 100644 --- a/dali/internal/event/common/property-notification-manager.h +++ b/dali/internal/event/common/property-notification-manager.h @@ -49,7 +49,7 @@ public: /** * Virtual destructor. */ - virtual ~PropertyNotificationManager(); + ~PropertyNotificationManager() override; /** * Called when a PropertyNotification is constructed. @@ -66,7 +66,7 @@ private: // private virtual overrides /** * @copydoc PropertyNotifier::NotifyProperty */ - virtual void NotifyProperty( SceneGraph::PropertyNotification* propertyNotification, bool validity ); + void NotifyProperty( SceneGraph::PropertyNotification* propertyNotification, bool validity ) override; private: