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, 1 insertions, 1 deletions
diff --git a/src/settings.h b/src/settings.h
index 4343cc4c3..d9378b2db 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -118,7 +118,7 @@ class Settings final
std::string gmCharCommandSymbol;
std::string linkCommandSymbol;
std::string userAgent;
- std::vector<std::string> updateMirrors;
+ STD_VECTOR<std::string> updateMirrors;
Options options;
float guiAlpha;
unsigned int textureSize;