summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/m_protoint.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/m_protoint.h b/include/m_protoint.h
index 5351bcb921..d075c1827d 100644
--- a/include/m_protoint.h
+++ b/include/m_protoint.h
@@ -261,7 +261,8 @@ public:
virtual void OnContactAdded(MCONTACT);
// called when an account's contact is deleted
- virtual void OnContactDeleted(MCONTACT);
+ // returns true if deletion confirmed or false if not
+ virtual bool OnContactDeleted(MCONTACT);
// called when the Account Manager needs to draw short account's options
virtual MWindow OnCreateAccMgrUI(MWindow hwndParent);