diff options
Diffstat (limited to 'src/gui/NodePropertiesWindow.hpp')
-rw-r--r-- | src/gui/NodePropertiesWindow.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/NodePropertiesWindow.hpp b/src/gui/NodePropertiesWindow.hpp index 3774ea9a..fb540816 100644 --- a/src/gui/NodePropertiesWindow.hpp +++ b/src/gui/NodePropertiesWindow.hpp @@ -22,6 +22,8 @@ #include <libglademm.h> #include "raul/SharedPtr.hpp" #include "client/NodeModel.hpp" +#include "Window.hpp" + using namespace Ingen::Client; namespace Ingen { @@ -34,7 +36,7 @@ namespace GUI { * * \ingroup GUI */ -class NodePropertiesWindow : public Gtk::Window +class NodePropertiesWindow : public Window { public: NodePropertiesWindow(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& refGlade); |