Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/chat.h')
-rw-r--r--src/client/chat.h4
1 files changed, 2 insertions, 2 deletions
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();