diff options
Diffstat (limited to 'src/gui/LoadRemotePatchWindow.hpp')
-rw-r--r-- | src/gui/LoadRemotePatchWindow.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/LoadRemotePatchWindow.hpp b/src/gui/LoadRemotePatchWindow.hpp index 13c6a6f1..3043db73 100644 --- a/src/gui/LoadRemotePatchWindow.hpp +++ b/src/gui/LoadRemotePatchWindow.hpp @@ -22,6 +22,7 @@ #include <gtkmm.h> #include "raul/SharedPtr.hpp" #include "interface/GraphObject.hpp" +#include "Window.hpp" using namespace Ingen::Shared; namespace Ingen { @@ -54,7 +55,7 @@ public: * * \ingroup GUI */ -class LoadRemotePatchWindow : public Gtk::Dialog +class LoadRemotePatchWindow : public Dialog { public: LoadRemotePatchWindow(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& xml); |