diff options
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r-- | src/gui/chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h index 1c3fc007..61fe902a 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -107,7 +107,7 @@ class ChatWindow : public Window, public gcn::ActionListener, /** * Constructor. */ - ChatWindow(const char *logfile, int item_num); + ChatWindow(const std::string &logfile); /** * Destructor. |