summaryrefslogtreecommitdiffstats
path: root/remoting/client/client_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/client/client_config.h')
-rw-r--r--remoting/client/client_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/client/client_config.h b/remoting/client/client_config.h
index 50c9f3f..d438667 100644
--- a/remoting/client/client_config.h
+++ b/remoting/client/client_config.h
@@ -12,6 +12,9 @@
namespace remoting {
struct ClientConfig {
+ ClientConfig();
+ ~ClientConfig();
+
std::string host_jid;
std::string username;
std::string auth_token;