diff options
Diffstat (limited to 'include/m_protoint.h')
| -rw-r--r-- | include/m_protoint.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/m_protoint.h b/include/m_protoint.h index 0bf9f73a62..4f34c94be8 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -267,7 +267,8 @@ public: virtual MWindow OnCreateAccMgrUI(MWindow hwndParent);
// called when an event is removed from the database
- virtual void OnEventDeleted(MCONTACT, MEVENT);
+ // flags is a collection of CDF_* constants
+ virtual void OnEventDeleted(MCONTACT, MEVENT, int flags);
// called when an event is altered in database
virtual void OnEventEdited(MCONTACT, MEVENT, const DBEVENTINFO &dbei);
|
