summaryrefslogtreecommitdiff
path: root/src/gui/chatwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/chatwindow.h')
-rw-r--r--src/gui/chatwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/chatwindow.h b/src/gui/chatwindow.h
index ec60846f3..7137af08f 100644
--- a/src/gui/chatwindow.h
+++ b/src/gui/chatwindow.h
@@ -348,8 +348,8 @@ class ChatWindow final : public Window,
History mHistory; /**< Command history. */
HistoryIterator mCurHist; /**< History iterator. */
- typedef std::list<std::string> Commands;
- typedef Commands::iterator CommandsIterator;
+ typedef std::list<std::string> ChatCommands;
+ typedef ChatCommands::iterator ChatCommandsIterator;
History mCommands; /**< Command list. */
History mCustomWords;