diff options
Diffstat (limited to 'plugins/CSList/src/cslist.cpp')
-rw-r--r-- | plugins/CSList/src/cslist.cpp | 2 |
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 =
{
|