Change NULL to nullptr
[platform/core/test/security-tests.git] / tests / framework / include / dpl / binary_queue.h
index f4fa278..cd76a0e 100644 (file)
@@ -163,7 +163,7 @@ class BinaryQueue :
         size_t bufferSize,
         BufferDeleter deleter =
             &BinaryQueue::BufferDeleterFree,
-        void *userParam = NULL);
+        void *userParam = nullptr);
 
     /**
      * Append copy of other binary queue to the end of this binary queue