diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-21 18:45:29 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-21 18:45:29 +0300 |
commit | 46cded99bbfb90bea8e998e9183c20cc3e4f7365 (patch) | |
tree | f1cd1e4d1c152e7b6dff5e97e94a8c074cef665b /plugins/Db3x_mmap/src/init.cpp | |
parent | a334516a231bc13b93e20aa59023e37d7c4ba666 (diff) |
compilation fix
Diffstat (limited to 'plugins/Db3x_mmap/src/init.cpp')
-rw-r--r-- | plugins/Db3x_mmap/src/init.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Db3x_mmap/src/init.cpp b/plugins/Db3x_mmap/src/init.cpp index a452a43321..57b5c8fd52 100644 --- a/plugins/Db3x_mmap/src/init.cpp +++ b/plugins/Db3x_mmap/src/init.cpp @@ -66,7 +66,6 @@ static int grokHeader(const wchar_t *profile) }
// returns 0 if all the APIs are injected otherwise, 1
-static MIDatabase* LoadDatabase(const wchar_t *profile, BOOL bReadOnly)
static MDatabaseCommon* LoadDatabase(const wchar_t *profile, BOOL bReadOnly)
{
// set the memory, lists & UTF8 manager
|