summaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Config.h b/Config.h
index 3bc805a..c089b4e 100644
--- a/Config.h
+++ b/Config.h
@@ -35,8 +35,8 @@ public:
return instance;
}
- std::string s_username = "username";
- std::string s_password = "password";
+ std::string s_username;
+ std::string s_password;
bool HideMainMenuEntry;
bool DisableRemote;
@@ -50,7 +50,7 @@ public:
private:
- Config() {}
+ Config();
std::string s_uuid;
std::string s_hostname;
};