summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mmap_SA
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/Dbx_mmap_SA
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/Dbx_mmap_SA')
-rw-r--r--plugins/Dbx_mmap_SA/src/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_mmap_SA/src/init.cpp b/plugins/Dbx_mmap_SA/src/init.cpp
index 3b535e1ffe..81b20e3a7e 100644
--- a/plugins/Dbx_mmap_SA/src/init.cpp
+++ b/plugins/Dbx_mmap_SA/src/init.cpp
@@ -44,7 +44,7 @@ PLUGININFOEX pluginInfo = {
{0x28ff9b91, 0x3e4d, 0x4f1c, {0xb4, 0x7c, 0xc6, 0x41, 0xb0, 0x37, 0xff, 0x40}}
};
-LIST<CDbxMmapSA> g_Dbs(1, (LIST<CDbxMmapSA>::FTSortFunc)HandleKeySort);
+LIST<CDbxMmapSA> g_Dbs(1, HandleKeySortT);
/////////////////////////////////////////////////////////////////////////////////////////