diff options
Diffstat (limited to 'src/gui/PatchWindow.hpp')
-rw-r--r-- | src/gui/PatchWindow.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/PatchWindow.hpp b/src/gui/PatchWindow.hpp index 0dbf1316..0d997ab7 100644 --- a/src/gui/PatchWindow.hpp +++ b/src/gui/PatchWindow.hpp @@ -18,12 +18,11 @@ #ifndef PATCHWINDOW_H #define PATCHWINDOW_H -#include <string> -#include <list> #include <gtkmm.h> #include <libglademm/xml.h> #include <libglademm.h> #include "raul/SharedPtr.hpp" +#include "Window.hpp" namespace Raul { class Path; } @@ -54,7 +53,7 @@ class PatchView; * * \ingroup GUI */ -class PatchWindow : public Gtk::Window +class PatchWindow : public Window { public: PatchWindow(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& glade_xml); |