summaryrefslogtreecommitdiff
path: root/src/gui/textcommandeditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/textcommandeditor.cpp')
-rw-r--r--src/gui/textcommandeditor.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/textcommandeditor.cpp b/src/gui/textcommandeditor.cpp
index 3f98b4ea3..fe695e0ea 100644
--- a/src/gui/textcommandeditor.cpp
+++ b/src/gui/textcommandeditor.cpp
@@ -24,7 +24,6 @@
#include <SDL.h>
#include <SDL_thread.h>
-#include <vector>
#include <algorithm>
#include "gui/chatwindow.h"
@@ -103,7 +102,7 @@ public:
return mStrings.at(i);
}
private:
- std::vector<std::string> mStrings;
+ StringVect mStrings;
};