diff options
Diffstat (limited to 'include/m_db_int.h')
-rw-r--r-- | include/m_db_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_db_int.h b/include/m_db_int.h index 925fd3d49b..a2b53fb279 100644 --- a/include/m_db_int.h +++ b/include/m_db_int.h @@ -179,6 +179,7 @@ protected: MIDatabaseCache* m_cache;
protected:
+ void FillContactSettings();
bool LockName(const wchar_t *pwszProfileName);
int CheckProto(DBCachedContact *cc, const char *proto);
void UnlockName();
|