From c891eab8a4f5c44e2d6c942635d1f0e53d48f9d4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 10 Apr 2013 09:10:30 +0000 Subject: fix for inaccurate lists' declarations git-svn-id: http://svn.miranda-ng.org/main/trunk@4411 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/XSoundNotify/src/xsn_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/XSoundNotify') diff --git a/plugins/XSoundNotify/src/xsn_main.cpp b/plugins/XSoundNotify/src/xsn_main.cpp index ce1ace8ab9..6954e8b2ef 100644 --- a/plugins/XSoundNotify/src/xsn_main.cpp +++ b/plugins/XSoundNotify/src/xsn_main.cpp @@ -11,7 +11,7 @@ There is no warranty. HINSTANCE hInst; int hLangpack; -LIST XSN_Users(10, LIST::FTSortFunc(HandleKeySort)); +LIST XSN_Users(10, HandleKeySortT); HGENMENU hChangeSound = NULL; HANDLE hChangeSoundDlgList = NULL; -- cgit v1.2.3