From 05e753294c1a603252d2eed4b1731c3f50543a7e Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Fri, 27 Mar 2009 12:35:09 +0100 Subject: Fixed some compiler warnings Fixed a faulty == statement that should have been an assignment and a mismatched 'else' block. --- 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 736f9284..7c080960 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -213,7 +213,7 @@ class ChatWindow : public Window, /** Tabbed area for holding each channel. */ TabbedArea *mChatTabs; - Tab *currentTab; + Tab *mCurrentTab; typedef std::map TabMap; /** Manage whisper tabs */ -- cgit v1.2.3-70-g09d2