diff options
Diffstat (limited to 'src/gui/NodeControlWindow.hpp')
-rw-r--r-- | src/gui/NodeControlWindow.hpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/gui/NodeControlWindow.hpp b/src/gui/NodeControlWindow.hpp index 9044abf2..e8c1c064 100644 --- a/src/gui/NodeControlWindow.hpp +++ b/src/gui/NodeControlWindow.hpp @@ -18,13 +18,11 @@ #ifndef NODECONTROLWINDOW_H #define NODECONTROLWINDOW_H -#include <vector> -#include <string> #include <gtkmm.h> #include <libglademm.h> #include <sigc++/sigc++.h> #include "raul/SharedPtr.hpp" -using std::string; using std::vector; +#include "Window.hpp" namespace Ingen { namespace Client { class NodeModel; @@ -42,7 +40,7 @@ class ControlPanel; * * \ingroup GUI */ -class NodeControlWindow : public Gtk::Window +class NodeControlWindow : public Window { public: NodeControlWindow(SharedPtr<NodeModel> node, uint32_t poly); |