diff options
Diffstat (limited to 'Applications/IRCClient/IRCQuery.h')
-rw-r--r-- | Applications/IRCClient/IRCQuery.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Applications/IRCClient/IRCQuery.h b/Applications/IRCClient/IRCQuery.h index 31c622edcc..f06b757b30 100644 --- a/Applications/IRCClient/IRCQuery.h +++ b/Applications/IRCClient/IRCQuery.h @@ -43,6 +43,7 @@ public: String name() const { return m_name; } void add_message(char prefix, const String& name, const String& text, Color = Color::Black); + void add_message(const String& text, Color = Color::Black); void dump() const; |