diff options
author | George Hazan <george.hazan@gmail.com> | 2014-05-03 15:57:32 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-05-03 15:57:32 +0000 |
commit | e04bbf1c49acb1f6994d460c519d1bd03ca912d7 (patch) | |
tree | 0fcfda093e93eb087ee240cbe9b7b1adae118ffa /plugins/Db3x_mmap/src/dbintf.h | |
parent | caeedd1d82e3018be30ec1a65e98ed8e1841c015 (diff) |
database to look up the missing settings for the default sub
git-svn-id: http://svn.miranda-ng.org/main/trunk@9114 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/dbintf.h')
-rw-r--r-- | plugins/Db3x_mmap/src/dbintf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db3x_mmap/src/dbintf.h b/plugins/Db3x_mmap/src/dbintf.h index 88483226f1..2953a06b57 100644 --- a/plugins/Db3x_mmap/src/dbintf.h +++ b/plugins/Db3x_mmap/src/dbintf.h @@ -306,7 +306,7 @@ protected: DWORD CreateNewSpace(int bytes);
void DeleteSpace(DWORD ofs, int bytes);
DWORD ReallocSpace(DWORD ofs, int oldSize, int newSize);
- DWORD GetContactOffset(MCONTACT contactID);
+ DWORD GetContactOffset(MCONTACT contactID, DBCachedContact **cc = NULL);
////////////////////////////////////////////////////////////////////////////
// settings
|