From ea6650884c91740ccb25c7e9e3e15700ffdf2c82 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sat, 10 Oct 2020 23:42:53 -0400 Subject: formatting --- components/chatwindow.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'components/chatwindow.hpp') diff --git a/components/chatwindow.hpp b/components/chatwindow.hpp index 5ac4ea5..2372f3d 100644 --- a/components/chatwindow.hpp +++ b/components/chatwindow.hpp @@ -17,16 +17,16 @@ public: void Clear(); void SetMessages(const std::set &msgs); // clear contents and replace with given set void SetActiveChannel(Snowflake id); - void AddNewMessage(Snowflake id); // append new message to bottom - void DeleteMessage(Snowflake id); // add [deleted] indicator - void UpdateMessage(Snowflake id); // add [edited] indicator + void AddNewMessage(Snowflake id); // append new message to bottom + void DeleteMessage(Snowflake id); // add [deleted] indicator + void UpdateMessage(Snowflake id); // add [edited] indicator void AddNewHistory(const std::vector &id); // prepend messages void InsertChatInput(std::string text); Snowflake GetOldestListedMessage(); // oldest message that is currently in the ListBox protected: ChatMessageItemContainer *CreateMessageComponent(Snowflake id); // to be inserted into header's content box - void ProcessNewMessage(Snowflake id, bool prepend); // creates and adds components + void ProcessNewMessage(Snowflake id, bool prepend); // creates and adds components void SetMessagesInternal(); void AddNewMessageInternal(); -- cgit v1.2.3