summaryrefslogtreecommitdiff
path: root/src/windows/mainwindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/mainwindow.hpp')
-rw-r--r--src/windows/mainwindow.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/windows/mainwindow.hpp b/src/windows/mainwindow.hpp
index 89c6869..0932af5 100644
--- a/src/windows/mainwindow.hpp
+++ b/src/windows/mainwindow.hpp
@@ -23,6 +23,7 @@ public:
Snowflake GetChatOldestListedMessage();
void UpdateChatReactionAdd(Snowflake id, const Glib::ustring &param);
void UpdateChatReactionRemove(Snowflake id, const Glib::ustring &param);
+ void UpdateMenus();
ChannelList *GetChannelList();
ChatWindow *GetChatWindow();