summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skypekit/group.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Skype/src/skypekit/group.h')
-rw-r--r--protocols/Skype/src/skypekit/group.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/protocols/Skype/src/skypekit/group.h b/protocols/Skype/src/skypekit/group.h
index ff395594a5..92412fb59b 100644
--- a/protocols/Skype/src/skypekit/group.h
+++ b/protocols/Skype/src/skypekit/group.h
@@ -10,13 +10,10 @@ public:
typedef DRef<CContactGroup, ContactGroup> Ref;
typedef DRefs<CContactGroup, ContactGroup> Refs;
- CContactGroup(unsigned int oid, SERootObject* root);
-
- void SetOnContactListChangedCallback(OnContactListChanged callback, CSkypeProto* proto);
+ CContactGroup(CSkypeProto*, unsigned int oid, SERootObject* root);
private:
CSkypeProto* proto;
- OnContactListChanged callback;
void OnChange(const ContactRef &contact);
}; \ No newline at end of file