summaryrefslogtreecommitdiff
path: root/client/Proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/Proxy.h')
-rw-r--r--client/Proxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/Proxy.h b/client/Proxy.h
index 368f2b8..a718353 100644
--- a/client/Proxy.h
+++ b/client/Proxy.h
@@ -10,6 +10,7 @@ public:
std::string login;
std::string password;
std::string host;
+ std::string type;
short port;
Proxy(): port(0) {}