From 4be6238b85e9d4b39c4f1fc23ba05952df78179a Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 3 Nov 2008 00:37:35 +0000 Subject: minor bugfixes --- src/client/chat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/chat.h') diff --git a/src/client/chat.h b/src/client/chat.h index ec8271e..8c52b4e 100644 --- a/src/client/chat.h +++ b/src/client/chat.h @@ -27,9 +27,9 @@ public: void event_text(const std::string & text); - inline bool small() const { return chat_small; } + inline bool small_view() const { return chat_small; } - void set_small(bool small = true); + void set_small_view(bool small_view=true); protected: virtual void event_draw(); -- cgit v1.2.3