diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-05 12:47:33 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-05 12:47:33 +0000 |
commit | b16ff48e46b50ecedbc7ae448cf91c8915fedd3b (patch) | |
tree | 41dc25b6b9d385845b8dc9fc119d47e2abd9bb0d /plugins/Dbx_kyoto/src/dbintf.h | |
parent | 8717c665cc0c324e3732a3350571069d9aecf539 (diff) |
minor speed improvement
git-svn-id: http://svn.miranda-ng.org/main/trunk@12608 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_kyoto/src/dbintf.h')
-rw-r--r-- | plugins/Dbx_kyoto/src/dbintf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Dbx_kyoto/src/dbintf.h b/plugins/Dbx_kyoto/src/dbintf.h index 9e75bd2804..c46a99e903 100644 --- a/plugins/Dbx_kyoto/src/dbintf.h +++ b/plugins/Dbx_kyoto/src/dbintf.h @@ -246,6 +246,8 @@ protected: CTable m_dbEvents, m_dbEventsSort;
DWORD m_dwMaxEventId, m_tsLast;
MEVENT m_evLast;
+
+ TreeDB::Cursor *m_evCursor;
void FindNextUnread(DBCachedContact *cc, DBEventSortingKey &key2);
|