summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r--src/gui/chat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h
index 2227e87d..ee699cf2 100644
--- a/src/gui/chat.h
+++ b/src/gui/chat.h
@@ -218,7 +218,7 @@ class ChatWindow : public Window, public gcn::ActionListener,
int mItems;
int mItemsKeep;
- typedef struct CHATLOG
+ struct CHATLOG
{
std::string nick;
std::string text;