summaryrefslogtreecommitdiff
path: root/windows/mainwindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'windows/mainwindow.hpp')
-rw-r--r--windows/mainwindow.hpp2
1 files changed, 1 insertions, 1 deletions
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<MessageData> &msgs);
+ void UpdateChatPrependHistory(const std::vector<Snowflake> &msgs);
protected:
Gtk::Box m_main_box;