Formating
This commit is contained in:
@@ -27,6 +27,7 @@ namespace gaconnector
|
||||
class Websocket
|
||||
{
|
||||
private:
|
||||
bool isLoggedIn = false;
|
||||
char lastPath[513] = "";
|
||||
char lastHash[2 * MD5LEN + 1] = "";
|
||||
ix::WebSocket *webSocket = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user