summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mmap_SA
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-11-21 13:25:26 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-11-21 13:25:26 +0000
commitb3003cc96456a60832e0a90b7ed6b847ea8b833b (patch)
treec0d06d2a1f1ff917cb78d77894eadf3df5041228 /plugins/Dbx_mmap_SA
parent771a25d5bb880bb235a1ba188dc0fd8782a4a2f6 (diff)
more correct form of dividing mmap & mmap_sa
git-svn-id: http://svn.miranda-ng.org/main/trunk@6953 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mmap_SA')
-rw-r--r--plugins/Dbx_mmap_SA/src/dbintf_sa.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_mmap_SA/src/dbintf_sa.cpp b/plugins/Dbx_mmap_SA/src/dbintf_sa.cpp
index 4da5d4ff9d..22921bcf40 100644
--- a/plugins/Dbx_mmap_SA/src/dbintf_sa.cpp
+++ b/plugins/Dbx_mmap_SA/src/dbintf_sa.cpp
@@ -37,7 +37,7 @@ CDbxMmapSA::CDbxMmapSA(const TCHAR* tszFileName) :
int CDbxMmapSA::Load(bool bSkipInit)
{
- if ( CDb3Mmap::Load(bSkipInit) != ERROR_SUCCESS)
+ if (CDb3Base::Load(bSkipInit) != ERROR_SUCCESS)
return 1;
if ( CheckDbHeaders())