From 7bdabace3f6ab47b8571cdec9bfd6f5b2c360b46 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Sun, 7 Feb 2016 09:54:16 +0000 Subject: SkypeWeb: files sending git-svn-id: http://svn.miranda-ng.org/main/trunk@16233 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/skype_proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/SkypeWeb/src/skype_proto.h') diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index 0954790c7b..4681836833 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -324,8 +324,8 @@ private: mir_free(lst[i]); } - __forceinline bool IsOnline() - { return (m_iStatus > ID_STATUS_OFFLINE && m_hPollingThread); + __forceinline bool IsOnline() const + { return (m_iStatus > ID_STATUS_OFFLINE); } __forceinline bool IsMe(const char *szSkypename) -- cgit v1.2.3