From 1b44de1b140c2155dde5c42172e4d9df2d43e843 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 24 Nov 2013 21:45:52 +0000 Subject: mode code cleaning for mmap git-svn-id: http://svn.miranda-ng.org/main/trunk@6982 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Db3x_mmap/src/dbintf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Db3x_mmap/src/dbintf.h') diff --git a/plugins/Db3x_mmap/src/dbintf.h b/plugins/Db3x_mmap/src/dbintf.h index 7cf05536a2..e5178bf1b1 100644 --- a/plugins/Db3x_mmap/src/dbintf.h +++ b/plugins/Db3x_mmap/src/dbintf.h @@ -219,7 +219,7 @@ protected: HANDLE m_hDbFile; DBHeader m_dbHeader; DWORD m_ChunkSize; - bool m_safetyMode, m_bReadOnly; + bool m_safetyMode, m_bReadOnly, m_bEncrypted; MICryptoEngine *m_crypto; -- cgit v1.2.3