From b16ff48e46b50ecedbc7ae448cf91c8915fedd3b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 5 Apr 2015 12:47:33 +0000 Subject: minor speed improvement git-svn-id: http://svn.miranda-ng.org/main/trunk@12608 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbx_kyoto/src/dbintf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/Dbx_kyoto/src/dbintf.h') 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); -- cgit v1.2.3