summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 914532977..d25f27d21 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -56,6 +56,7 @@ class Settings final
gmCommandSymbol("@"),
gmCharCommandSymbol("#"),
linkCommandSymbol("="),
+ userAgent(),
updateMirrors(),
options(),
guiAlpha(1.0F),
@@ -115,6 +116,7 @@ class Settings final
std::string gmCommandSymbol;
std::string gmCharCommandSymbol;
std::string linkCommandSymbol;
+ std::string userAgent;
std::vector<std::string> updateMirrors;
Options options;
float guiAlpha;