summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skypekit/participant.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Skype/src/skypekit/participant.h')
-rw-r--r--protocols/Skype/src/skypekit/participant.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Skype/src/skypekit/participant.h b/protocols/Skype/src/skypekit/participant.h
index 3a09d28017..3d6e38b445 100644
--- a/protocols/Skype/src/skypekit/participant.h
+++ b/protocols/Skype/src/skypekit/participant.h
@@ -10,5 +10,6 @@ public:
CParticipant(unsigned int oid, SERootObject* root);
- static SEString GetRankName(CParticipant::RANK rank);
+private:
+ void OnChange(int prop);
}; \ No newline at end of file