diff options
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
-rw-r--r-- | protocols/SkypeWeb/src/skype_proto.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index cd358905aa..d7f6fe5aba 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -100,11 +100,17 @@ private: static INT_PTR CALLBACK PasswordEditorProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
HANDLE
- m_hPopupClassCall;
+ m_hPopupClassCall,
+ m_hPopupClassNotify;
// accounts
- char *Server, *RegToken, *TokenSecret, *EndpointId, *SelfSkypeName;
+ char
+ *Server,
+ *RegToken,
+ *TokenSecret,
+ *EndpointId,
+ *SelfSkypeName;
static CSkypeProto* GetContactAccount(MCONTACT hContact);
|