From 6e5224b87eb2ce2a95da956611e89826f01078bd Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 6 Apr 2015 20:28:53 +0000 Subject: nasty crutch for the stupid dbx_mmap git-svn-id: http://svn.miranda-ng.org/main/trunk@12642 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbx_kv/src/dbintf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Dbx_kv/src') diff --git a/plugins/Dbx_kv/src/dbintf.h b/plugins/Dbx_kv/src/dbintf.h index b9decbc0c3..97c8c507d9 100644 --- a/plugins/Dbx_kv/src/dbintf.h +++ b/plugins/Dbx_kv/src/dbintf.h @@ -148,6 +148,7 @@ struct CDbxKV : public MIDatabase, public MIDatabaseChecker, public MZeroedObjec __forceinline bool usesPassword() const { return m_bUsesPassword; } public: + STDMETHODIMP_(BOOL) IsRelational(void) { return TRUE; } STDMETHODIMP_(void) SetCacheSafetyMode(BOOL); STDMETHODIMP_(LONG) GetContactCount(void); -- cgit v1.2.3