Fix itemdef drop on NULL texture
[oweals/minetest.git] / src / chat.h
index 8a40c7ccf58c37840249f004ddd2166c155132ef..19b48456ec7dd013b1c2aba40fdde360488ef360 100644 (file)
@@ -160,7 +160,7 @@ public:
        void historyNext();
 
        // Nick completion
-       void nickCompletion(const std::list<std::wstring>& names, bool backwards);
+       void nickCompletion(const std::list<std::string>& names, bool backwards);
 
        // Update console size and reformat the visible portion of the prompt
        void reformat(u32 cols);