From 35d2fefb789751b8730c6f0fae674e72673228d0 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Tue, 20 Nov 2007 15:19:50 +0000 Subject: Merged revisions 3692 via svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3692 | gmelquio | 2007-10-27 11:03:13 +0200 (Sat, 27 Oct 2007) | 1 line Made it compile with GCC 4.3 ........ --- src/gui/chat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/chat.h') diff --git a/src/gui/chat.h b/src/gui/chat.h index ad325339..9c57f227 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -195,7 +195,7 @@ class ChatWindow : public Window, public gcn::ActionListener, bool mTmpVisible; /** One item in the chat log */ - typedef struct CHATLOG + struct CHATLOG { std::string nick; std::string text; -- cgit v1.2.3-70-g09d2