summaryrefslogtreecommitdiff
path: root/plugins/Dbx_kyoto
diff options
context:
space:
mode:
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);