From f69b0e61558680d9fdcaafd5c184b2c45fc06fce Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Fri, 4 Sep 2020 00:48:38 -0400 Subject: pass around snowflake instead of MessageData --- windows/mainwindow.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows/mainwindow.hpp') diff --git a/windows/mainwindow.hpp b/windows/mainwindow.hpp index b4db516..9cd329f 100644 --- a/windows/mainwindow.hpp +++ b/windows/mainwindow.hpp @@ -18,7 +18,7 @@ public: void UpdateChatNewMessage(Snowflake id); void UpdateChatMessageDeleted(Snowflake id, Snowflake channel_id); void UpdateChatMessageEditContent(Snowflake id, Snowflake channel_id); - void UpdateChatPrependHistory(const std::vector &msgs); + void UpdateChatPrependHistory(const std::vector &msgs); protected: Gtk::Box m_main_box; -- cgit v1.2.3