diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-12 21:21:25 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-12 21:21:25 +0300 |
commit | b342481c3aca46514b86b6ff94fb87f43437d29e (patch) | |
tree | c9a8089243545f2fb2839c0b6320a54646ec4243 /plugins/Dbx_mdbx/src/dbintf.h | |
parent | cdf4c110510a39c162b469ecbd6f69571019cf69 (diff) |
DbxMdbx: menu item added for compacting
Diffstat (limited to 'plugins/Dbx_mdbx/src/dbintf.h')
-rw-r--r-- | plugins/Dbx_mdbx/src/dbintf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_mdbx/src/dbintf.h b/plugins/Dbx_mdbx/src/dbintf.h index 6d998f7d77..1eebe92b2c 100644 --- a/plugins/Dbx_mdbx/src/dbintf.h +++ b/plugins/Dbx_mdbx/src/dbintf.h @@ -171,7 +171,7 @@ class CDbxMDBX : public MDatabaseCommon, public MZeroedObject MDBX_dbi m_dbSettings;
MDBX_cursor *m_curSettings;
- HANDLE hService, hHook;
+ HANDLE hService[2], hHook;
////////////////////////////////////////////////////////////////////////////
// contacts
|