From 6d8085a6bc3847734cfdfd497055bc0f9ec8f9c5 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 10 Mar 2015 19:03:29 +0000 Subject: fix for the events' sorting order git-svn-id: http://svn.miranda-ng.org/main/trunk@12377 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbx_mdb/src/dbintf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Dbx_mdb/src/dbintf.h') 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 -- cgit v1.2.3