use modern construct 'nullptr' instead of 'NULL' or '0'
[platform/core/uifw/dali-core.git] / dali / internal / common / memory-pool-object-allocator.h
index 0a9f70e..96d729b 100644 (file)
@@ -43,7 +43,7 @@ public:
    * @brief Constructor
    */
   MemoryPoolObjectAllocator()
-  : mPool( NULL )
+  : mPool( nullptr )
   {
     ResetMemoryPool();
   }