diff options
Diffstat (limited to 'plugins/Dbx_mdb/src/dbintf.h')
-rw-r--r-- | plugins/Dbx_mdb/src/dbintf.h | 2 |
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
|