diff options
Diffstat (limited to 'src/chat.h')
-rw-r--r-- | src/chat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chat.h b/src/chat.h index 40d9b771d..ef5a9d47a 100644 --- a/src/chat.h +++ b/src/chat.h @@ -265,7 +265,7 @@ public: // Get the recent messages buffer ChatBuffer& getRecentBuffer(); // Concatenate all recent messages - EnrichedString getRecentChat(); + EnrichedString getRecentChat() const; // Get the console prompt ChatPrompt& getPrompt(); @@ -285,7 +285,7 @@ public: // Resize recent buffer based on settings void applySettings(); - + private: ChatBuffer m_console_buffer; ChatBuffer m_recent_buffer; |