From 91d5cb109563c67bdad5f3ebeaafc8e1e8f7e14a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 3 Oct 2006 22:24:22 +0000 Subject: shared_ptr bugfixes. Updated Ingen to work with new FlowCanvas. Updated Patchage to work with new(er) FlowCanvas. git-svn-id: http://svn.drobilla.net/lad/ingen@152 a436a847-0d15-0410-975c-d299462d15a1 --- src/progs/ingenuity/Port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/progs/ingenuity/Port.h') diff --git a/src/progs/ingenuity/Port.h b/src/progs/ingenuity/Port.h index c2344aef..84e50e7d 100644 --- a/src/progs/ingenuity/Port.h +++ b/src/progs/ingenuity/Port.h @@ -35,7 +35,7 @@ namespace Ingenuity { class Port : public LibFlowCanvas::Port { public: - Port(LibFlowCanvas::Module* module, CountedPtr pm, bool flip = false); + Port(boost::shared_ptr module, CountedPtr pm, bool flip = false); virtual ~Port() {} -- cgit v1.2.1