summaryrefslogtreecommitdiff
path: root/plugins/CSList
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-04-10 09:10:30 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-04-10 09:10:30 +0000
commitc891eab8a4f5c44e2d6c942635d1f0e53d48f9d4 (patch)
tree858d7eaf32d0cdc8ec4907dd33659f3605382b05 /plugins/CSList
parent0c8232561f94cbf801c8c5415841d05fac9402f7 (diff)
fix for inaccurate lists' declarations
git-svn-id: http://svn.miranda-ng.org/main/trunk@4411 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CSList')
-rw-r--r--plugins/CSList/src/cslist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CSList/src/cslist.cpp b/plugins/CSList/src/cslist.cpp
index 54a30b6b82..34b32f470c 100644
--- a/plugins/CSList/src/cslist.cpp
+++ b/plugins/CSList/src/cslist.cpp
@@ -31,7 +31,7 @@ CLIST_INTERFACE *pcli;
int hLangpack;
HINSTANCE g_hInst;
-static LIST<CSWindow> arWindows(3, LIST<CSWindow>::FTSortFunc(HandleKeySort));
+static LIST<CSWindow> arWindows(3, HandleKeySortT);
PLUGININFOEX pluginInfoEx =
{