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/PatchPortModule.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/progs/ingenuity/PatchPortModule.cpp') diff --git a/src/progs/ingenuity/PatchPortModule.cpp b/src/progs/ingenuity/PatchPortModule.cpp index 2804a6a6..6da63805 100644 --- a/src/progs/ingenuity/PatchPortModule.cpp +++ b/src/progs/ingenuity/PatchPortModule.cpp @@ -29,7 +29,7 @@ namespace Ingenuity { -PatchPortModule::PatchPortModule(boost::shared_ptr canvas, CountedPtr port) +PatchPortModule::PatchPortModule(boost::shared_ptr canvas, SharedPtr port) : LibFlowCanvas::Module(canvas, "", 0, 0), // FIXME: coords? m_port(port) { @@ -64,7 +64,7 @@ PatchPortModule::PatchPortModule(boost::shared_ptr canvas, CountedP boost::shared_ptr -PatchPortModule::create(boost::shared_ptr canvas, CountedPtr port) +PatchPortModule::create(boost::shared_ptr canvas, SharedPtr port) { boost::shared_ptr ret = boost::shared_ptr( new PatchPortModule(canvas, port)); -- cgit v1.2.1