From 3627d42af059a52d2095efc783550fe589d68bcb Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 16 Aug 2015 14:05:27 +0300 Subject: server: some initial work on authentification part client-qt: some initial work on authentification part --- server/src/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/client.cpp') diff --git a/server/src/client.cpp b/server/src/client.cpp index 21ea62a..858b230 100644 --- a/server/src/client.cpp +++ b/server/src/client.cpp @@ -1,6 +1,6 @@ #include "client.h" -client::client() +client::client(std::string &client_auth_token) : auth_token(client_auth_token) { //ctor } -- cgit v1.2.3