use modern construct 'nullptr' instead of 'NULL' or '0'
[platform/core/uifw/dali-core.git] / dali / public-api / actors / custom-actor-impl.cpp
index 19f03e9..292fec7 100644 (file)
@@ -35,7 +35,7 @@ void CustomActorImpl::OnPropertySet( Property::Index index, const Property::Valu
 }
 
 CustomActorImpl::CustomActorImpl( ActorFlags flags )
-: mOwner(NULL),
+: mOwner(nullptr),
   mFlags( flags )
 {
 }