From 30cb85c307b4c1273791721a782337742ade222c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 4 Oct 2006 21:45:20 +0000 Subject: Moved generic utility stuff to new library "raul". git-svn-id: http://svn.drobilla.net/lad/ingen@156 a436a847-0d15-0410-975c-d299462d15a1 --- src/progs/ingenuity/ControlPanel.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/progs/ingenuity/ControlPanel.h') diff --git a/src/progs/ingenuity/ControlPanel.h b/src/progs/ingenuity/ControlPanel.h index e1ace50a..623ac347 100644 --- a/src/progs/ingenuity/ControlPanel.h +++ b/src/progs/ingenuity/ControlPanel.h @@ -26,7 +26,7 @@ #include #include // for pair<> #include "ControlGroups.h" -#include "util/Path.h" +#include "raul/Path.h" using std::vector; using std::string; using std::pair; using std::cerr; using std::cout; using std::endl; @@ -51,11 +51,11 @@ public: ControlPanel(BaseObjectType* cobject, const Glib::RefPtr& glade_xml); virtual ~ControlPanel(); - void init(CountedPtr node, size_t poly); + void init(SharedPtr node, size_t poly); ControlGroup* find_port(const Path& path) const; - void add_port(CountedPtr port); + void add_port(SharedPtr port); void remove_port(const Path& path); //void rename_port(const Path& old_path, const Path& new_path); -- cgit v1.2.1