diff options
Diffstat (limited to 'plugins/Import/src/dbrw/dbevents.cpp')
-rw-r--r-- | plugins/Import/src/dbrw/dbevents.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/Import/src/dbrw/dbevents.cpp b/plugins/Import/src/dbrw/dbevents.cpp index 062cc79069..d6db3c1ae2 100644 --- a/plugins/Import/src/dbrw/dbevents.cpp +++ b/plugins/Import/src/dbrw/dbevents.cpp @@ -44,6 +44,11 @@ STDMETHODIMP_(BOOL) CDbxSQLite::DeleteEvent(MCONTACT, MEVENT) return FALSE; } +BOOL CDbxSQLite::EditEvent(MCONTACT, MEVENT, DBEVENTINFO*) +{ + return 1; +} + STDMETHODIMP_(LONG) CDbxSQLite::GetBlobSize(MEVENT hDbEvent) { mir_cslock lock(m_csDbAccess); |