summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mdb/src/dbintf.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-03-10 19:03:29 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-03-10 19:03:29 +0000
commit6d8085a6bc3847734cfdfd497055bc0f9ec8f9c5 (patch)
treef6e79bbceca7c3bd5e0876618be3799d38aaedef /plugins/Dbx_mdb/src/dbintf.h
parent2927b24587cf46907242792bf6190b3c607cbea5 (diff)
fix for the events' sorting order
git-svn-id: http://svn.miranda-ng.org/main/trunk@12377 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mdb/src/dbintf.h')
-rw-r--r--plugins/Dbx_mdb/src/dbintf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_mdb/src/dbintf.h b/plugins/Dbx_mdb/src/dbintf.h
index 5590b44c09..f36e64383b 100644
--- a/plugins/Dbx_mdb/src/dbintf.h
+++ b/plugins/Dbx_mdb/src/dbintf.h
@@ -107,7 +107,7 @@ struct DBEvent
struct DBEventSortingKey
{
- DWORD dwContactId, ts, dwEventId;
+ DWORD dwEventId, ts, dwContactId;
};
struct DBCachedContact : public DBCachedContactBase