diff options
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r-- | src/gui/chat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h index b64ea5e8..4516257f 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -32,6 +32,7 @@ #include <list> #include <string> #include <map> +#include <vector> class BrowserBox; class Channel; @@ -191,6 +192,9 @@ class ChatWindow : public Window, std::string autoCompleteHistory(std::string partName); + std::string autoComplete(std::vector<std::string> &names, + std::string partName) const; + /** Used for showing item popup on clicking links **/ ItemLinkHandler *mItemLinkHandler; Recorder *mRecorder; |