summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchTreeWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/PatchTreeWindow.hpp')
-rw-r--r--src/gui/PatchTreeWindow.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/PatchTreeWindow.hpp b/src/gui/PatchTreeWindow.hpp
index 0a71309c..bba3b1ac 100644
--- a/src/gui/PatchTreeWindow.hpp
+++ b/src/gui/PatchTreeWindow.hpp
@@ -20,6 +20,7 @@
#include <gtkmm.h>
#include <libglademm.h>
+#include "Window.hpp"
namespace Raul { class Path; }
@@ -37,7 +38,7 @@ class PatchTreeView;
*
* \ingroup GUI
*/
-class PatchTreeWindow : public Gtk::Window
+class PatchTreeWindow : public Window
{
public:
PatchTreeWindow(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& refGlade);
@@ -54,7 +55,6 @@ public:
void show_patch_menu(GdkEventButton* ev);
protected:
- //void event_patch_selected();
void event_patch_activated(const Gtk::TreeModel::Path& path, Gtk::TreeView::Column* col);
void event_patch_enabled_toggled(const Glib::ustring& path_str);