diff options
author | George Hazan <george.hazan@gmail.com> | 2013-06-15 09:52:58 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-06-15 09:52:58 +0000 |
commit | 913eb113dd70d059037424bfc6cf231dee896ac3 (patch) | |
tree | 077211c9dbf53b821259170cab683b33debd4323 /protocols/Skype/src/skypekit/contact.h | |
parent | 02fa05ac26b620ebf5a761f8f7b4244e54309607 (diff) |
code cleaning & standardization
git-svn-id: http://svn.miranda-ng.org/main/trunk@4952 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skypekit/contact.h')
-rw-r--r-- | protocols/Skype/src/skypekit/contact.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skypekit/contact.h b/protocols/Skype/src/skypekit/contact.h index d15c684815..4a79ba723d 100644 --- a/protocols/Skype/src/skypekit/contact.h +++ b/protocols/Skype/src/skypekit/contact.h @@ -8,7 +8,7 @@ public: typedef DRef<CContact, Contact> Ref;
typedef DRefs<CContact, Contact> Refs;
- CContact(CSkypeProto*, unsigned int oid, SERootObject* root);
+ CContact(unsigned int oid, CSkypeProto*);
SEString GetSid();
SEString GetNick();
|