Renaming of enum values for coding standards compliance.
[platform/core/uifw/dali-core.git] / dali / internal / event / common / property-notification-impl.cpp
index ab1260e..33222bf 100644 (file)
@@ -68,7 +68,7 @@ PropertyNotification::PropertyNotification( UpdateManager& updateManager,
   mPropertyType( Property::NONE ),
   mComponentIndex( componentIndex ),
   mCondition( condition ),
-  mNotifyMode( Dali::PropertyNotification::NotifyOnTrue ),
+  mNotifyMode( Dali::PropertyNotification::NOTIFY_ON_TRUE ),
   mNotifyResult( false ),
   mCompare( false )
 {