diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Discord/src/stdafx.h | 2 | ||||
-rw-r--r-- | protocols/JabberG/src/stdafx.h | 3 | ||||
-rw-r--r-- | protocols/SkypeWeb/src/stdafx.h | 3 |
3 files changed, 3 insertions, 5 deletions
diff --git a/protocols/Discord/src/stdafx.h b/protocols/Discord/src/stdafx.h index 7e6e032d3b..1b31333ae0 100644 --- a/protocols/Discord/src/stdafx.h +++ b/protocols/Discord/src/stdafx.h @@ -69,4 +69,4 @@ int StrToStatus(const CMStringW &str); time_t StringToDate(const CMStringW &str); int SerialNext(void); -struct SESSION_INFO : public GCSessionInfoBase {};
\ No newline at end of file +struct SESSION_INFO : public GCSessionInfoBase {}; diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h index 794983a869..55bec5bc71 100644 --- a/protocols/JabberG/src/stdafx.h +++ b/protocols/JabberG/src/stdafx.h @@ -108,8 +108,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "jabber_ibb.h"
#include "jabber_db_utils.h"
-struct SESSION_INFO : public GCSessionInfoBase
-{};
+struct SESSION_INFO : public GCSessionInfoBase {};
struct CJabberProto;
diff --git a/protocols/SkypeWeb/src/stdafx.h b/protocols/SkypeWeb/src/stdafx.h index 73cb54d892..ad04ab61e1 100644 --- a/protocols/SkypeWeb/src/stdafx.h +++ b/protocols/SkypeWeb/src/stdafx.h @@ -62,8 +62,7 @@ extern char g_szMirVer[]; extern HANDLE g_hCallEvent;
extern FI_INTERFACE *fii;
-struct SESSION_INFO : public GCSessionInfoBase
-{};
+struct SESSION_INFO : public GCSessionInfoBase {};
#define SKYPE_ENDPOINTS_HOST "client-s.gateway.messenger.live.com"
|