summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/chat/partytab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/tabs/chat/partytab.h')
-rw-r--r--src/gui/widgets/tabs/chat/partytab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/chat/partytab.h b/src/gui/widgets/tabs/chat/partytab.h
index 733f256c9..a987c9362 100644
--- a/src/gui/widgets/tabs/chat/partytab.h
+++ b/src/gui/widgets/tabs/chat/partytab.h
@@ -48,7 +48,7 @@ class PartyTab notfinal : public ChatTab,
protected:
void handleInput(const std::string &msg) override final;
- void getAutoCompleteList(StringVect&) const override final;
+ void getAutoCompleteList(StringVect &names) const override final;
void getAutoCompleteCommands(StringVect &names) const override final;
};