diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-07-21 11:21:43 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-07-21 11:21:43 +0000 |
commit | c531656b4ba8efe76501cfe5efe98059c01aaa49 (patch) | |
tree | 57a914a413d8d64fb87cf7ec39bfe4d140a83a25 /plugins | |
parent | 47e722306dbd2205bcd9bc101d3af3e0855ceeb9 (diff) |
fixed working in x64
git-svn-id: http://svn.miranda-ng.org/main/trunk@9900 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/XSoundNotify/src/xsn_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/XSoundNotify/src/xsn_main.cpp b/plugins/XSoundNotify/src/xsn_main.cpp index 59d2ed60fd..6c18a921d7 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_Data> XSN_Users(10, HandleKeySortT);
+LIST<XSN_Data> XSN_Users(10, NumericKeySortT);
HGENMENU hChangeSound = NULL;
HANDLE hChangeSoundDlgList = NULL;
BYTE isIgnoreSound = 0, isOwnSound = 0;
|