use modern construct 'nullptr' instead of 'NULL' or '0'
[platform/core/uifw/dali-core.git] / dali / internal / update / common / scene-graph-property-notification.cpp
index d2d32f3..ecc6ab9 100644 (file)
@@ -57,13 +57,13 @@ PropertyNotification::PropertyNotification(Object& object,
 : mObject(&object),
   mPropertyIndex(propertyIndex),
   mPropertyType(propertyType),
-  mProperty(NULL),
+  mProperty(nullptr),
   mComponentIndex(componentIndex),
   mConditionType(condition),
   mArguments(arguments),
   mValid(false),
   mNotifyMode( Dali::PropertyNotification::DISABLED ),
-  mConditionFunction(NULL)
+  mConditionFunction(nullptr)
 {
   SetNotifyMode(notifyMode);