diff options
Diffstat (limited to 'src/gui/NodeMenu.hpp')
-rw-r--r-- | src/gui/NodeMenu.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/NodeMenu.hpp b/src/gui/NodeMenu.hpp index 55d73f3a..307d2680 100644 --- a/src/gui/NodeMenu.hpp +++ b/src/gui/NodeMenu.hpp @@ -23,8 +23,6 @@ #include "ingen/client/NodeModel.hpp" #include "ObjectMenu.hpp" -using Ingen::Client::NodeModel; - namespace Ingen { namespace GUI { @@ -38,7 +36,7 @@ public: NodeMenu(BaseObjectType* cobject, const Glib::RefPtr<Gtk::Builder>& xml); - void init(App& app, SharedPtr<const NodeModel> node); + void init(App& app, SharedPtr<const Client::NodeModel> node); bool has_control_inputs(); |