summaryrefslogtreecommitdiff
path: root/src/gui/widgets/guildchattab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/guildchattab.h')
-rw-r--r--src/gui/widgets/guildchattab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/guildchattab.h b/src/gui/widgets/guildchattab.h
index e729844f4..358c1f1d4 100644
--- a/src/gui/widgets/guildchattab.h
+++ b/src/gui/widgets/guildchattab.h
@@ -49,7 +49,7 @@ class GuildChatTab : public ChatTab
protected:
void handleInput(const std::string &msg);
- void getAutoCompleteList(std::vector<std::string> &names) const;
+ void getAutoCompleteList(StringVect &names) const;
};
#endif