diff options
Diffstat (limited to 'components/channels.hpp')
-rw-r--r-- | components/channels.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/channels.hpp b/components/channels.hpp index 1576783..fce1ce9 100644 --- a/components/channels.hpp +++ b/components/channels.hpp @@ -43,8 +43,10 @@ protected: Gtk::Menu m_guild_menu; Gtk::MenuItem *m_guild_menu_up; Gtk::MenuItem *m_guild_menu_down; + Gtk::MenuItem *m_guild_menu_copyid; void on_menu_move_up(); void on_menu_move_down(); + void on_menu_copyid(); Glib::Dispatcher m_update_dispatcher; mutable std::mutex m_update_mutex; |