From 80207f75648fad4294a77ff9ce50f0edaedffeca Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 23 Jan 2018 19:51:30 +0300 Subject: dbx_mdbx: - fix for a name conflict; - stricter transaction scope; - version bump --- plugins/Dbx_mdbx/src/dbintf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Dbx_mdbx/src/dbintf.h') diff --git a/plugins/Dbx_mdbx/src/dbintf.h b/plugins/Dbx_mdbx/src/dbintf.h index 25ff6d07e3..a68e8ab4bc 100644 --- a/plugins/Dbx_mdbx/src/dbintf.h +++ b/plugins/Dbx_mdbx/src/dbintf.h @@ -201,7 +201,7 @@ public: protected: MDBX_env *m_env; - CMDBX_txn_ro m_txn; + CMDBX_txn_ro m_txn_ro; MDBX_dbi m_dbGlobal; DBHeader m_header; -- cgit v1.2.3