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.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/windows/mainwindow.hpp b/src/windows/mainwindow.hpp
index 7aec864..ce3a576 100644
--- a/src/windows/mainwindow.hpp
+++ b/src/windows/mainwindow.hpp
@@ -73,6 +73,10 @@ private:
Gtk::MenuItem m_menu_view_pins;
Gtk::MenuItem m_menu_view_threads;
Gtk::MenuItem m_menu_view_mark_guild_as_read;
+#ifdef WITH_LIBHANDY
+ Gtk::MenuItem m_menu_view_go_back;
+ Gtk::MenuItem m_menu_view_go_forward;
+#endif
void OnViewSubmenuPopup();
public: