From 23f676163a595018346050eccb5cc8b2571381e6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 22 Jan 2018 22:26:18 +0300 Subject: code cleaning --- plugins/Dbx_mdbx/src/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Dbx_mdbx/src/stdafx.h') diff --git a/plugins/Dbx_mdbx/src/stdafx.h b/plugins/Dbx_mdbx/src/stdafx.h index caa3ea2725..f7f0ea0391 100644 --- a/plugins/Dbx_mdbx/src/stdafx.h +++ b/plugins/Dbx_mdbx/src/stdafx.h @@ -57,7 +57,7 @@ class txn_ptr public: __forceinline txn_ptr(MDBX_env *pEnv) { - int rc = mdbx_txn_begin(pEnv, NULL, 0, &m_txn); + int rc = mdbx_txn_begin(pEnv, nullptr, 0, &m_txn); /* FIXME: throw an exception */ _ASSERT(rc == MDBX_SUCCESS); UNREFERENCED_PARAMETER(rc); -- cgit v1.2.3