summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/src/dbintf.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-11-24 21:45:52 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-11-24 21:45:52 +0000
commit1b44de1b140c2155dde5c42172e4d9df2d43e843 (patch)
tree9dad1efa7fa7bcff6c1257dfcbad76e39ef169a8 /plugins/Db3x_mmap/src/dbintf.h
parenta6e4831016d47d81092d3660f370cffd9ebc3e89 (diff)
mode code cleaning for mmap
git-svn-id: http://svn.miranda-ng.org/main/trunk@6982 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/dbintf.h')
-rw-r--r--plugins/Db3x_mmap/src/dbintf.h2
1 files changed, 1 insertions, 1 deletions
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;