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 81e01e2ae..50a8cb51c 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -52,6 +52,7 @@ class Settings final
windowCaption(),
gmCommandSymbol("@"),
gmCharCommandSymbol("#"),
+ linkCommandSymbol("="),
updateMirrors(),
options(),
guiAlpha(1.0F),
@@ -102,6 +103,7 @@ class Settings final
std::string windowCaption;
std::string gmCommandSymbol;
std::string gmCharCommandSymbol;
+ std::string linkCommandSymbol;
std::vector<std::string> updateMirrors;
Options options;
float guiAlpha;