From 56ae169ecbc85ba64991edf1019bf15d1f963a11 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 11 Feb 2014 14:59:24 +0000 Subject: more sorting issues git-svn-id: http://svn.miranda-ng.org/main/trunk@8097 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/contactcache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TabSRMM/src/contactcache.cpp') diff --git a/plugins/TabSRMM/src/contactcache.cpp b/plugins/TabSRMM/src/contactcache.cpp index 31f20b99a7..1b690f5aaf 100644 --- a/plugins/TabSRMM/src/contactcache.cpp +++ b/plugins/TabSRMM/src/contactcache.cpp @@ -35,7 +35,7 @@ #include "commonheaders.h" -static OBJLIST arContacts(50, HandleKeySortT); +static OBJLIST arContacts(50, NumericKeySortT); CContactCache::CContactCache(const MCONTACT hContact) { -- cgit v1.2.3