summaryrefslogtreecommitdiff
path: root/plugins/Dbx_kyoto
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-04-06 20:28:53 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-04-06 20:28:53 +0000
commit6e5224b87eb2ce2a95da956611e89826f01078bd (patch)
tree98b2e0b41c0f9924439d96a9ff79543f5b9b5c49 /plugins/Dbx_kyoto
parent4560967c575a88dfc7574f3f60bf890e71a7dc1c (diff)
nasty crutch for the stupid dbx_mmap
git-svn-id: http://svn.miranda-ng.org/main/trunk@12642 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_kyoto')
-rw-r--r--plugins/Dbx_kyoto/src/dbintf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dbx_kyoto/src/dbintf.h b/plugins/Dbx_kyoto/src/dbintf.h
index e78aaff6cb..8e8dd0f7c6 100644
--- a/plugins/Dbx_kyoto/src/dbintf.h
+++ b/plugins/Dbx_kyoto/src/dbintf.h
@@ -149,6 +149,7 @@ struct CDbxKyoto : public MIDatabase, public MIDatabaseChecker, public MZeroedOb
__forceinline bool usesPassword() const { return m_bUsesPassword; }
public:
+ STDMETHODIMP_(BOOL) IsRelational(void) { return TRUE; }
STDMETHODIMP_(void) SetCacheSafetyMode(BOOL);
STDMETHODIMP_(LONG) GetContactCount(void);