diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Steam/src/steam_proto.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/protocols/Steam/src/steam_proto.cpp b/protocols/Steam/src/steam_proto.cpp index 5d5fc876f7..da4f58083e 100644 --- a/protocols/Steam/src/steam_proto.cpp +++ b/protocols/Steam/src/steam_proto.cpp @@ -1,9 +1,8 @@ #include "stdafx.h" -CSteamProto::CSteamProto(const char* protoName, const TCHAR* userName) : - PROTO<CSteamProto>(protoName, userName), - hAuthProcess(1), - hMessageProcess(1) +CSteamProto::CSteamProto(const char* protoName, const TCHAR* userName) + : PROTO<CSteamProto>(protoName, userName), + hAuthProcess(1), hMessageProcess(1) { CreateProtoService(PS_CREATEACCMGRUI, &CSteamProto::OnAccountManagerInit); |