From 5d80bf4f75f838867d3186de315225ec8265eae2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 6 Jul 2017 22:22:23 +0300 Subject: Fix different issues in debug_new.cpp --- src/debug/fast_mutex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/debug/fast_mutex.h') diff --git a/src/debug/fast_mutex.h b/src/debug/fast_mutex.h index bd9fc37d3..39b5fcdc2 100644 --- a/src/debug/fast_mutex.h +++ b/src/debug/fast_mutex.h @@ -237,7 +237,7 @@ NVWA_NAMESPACE_BEGIN : _M_locked(false) # endif { - ::pthread_mutex_init(&_M_mtx_impl, NULL); + ::pthread_mutex_init(&_M_mtx_impl, _NULLPTR); # if _FAST_MUTEX_CHECK_INITIALIZATION _M_initialized = true; # endif -- cgit v1.2.3-70-g09d2