From 4de1556353332eeb98a50bf46a51771702231bd4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 15 Oct 2006 03:29:39 +0000 Subject: Fixed patch ports and some bugs. git-svn-id: http://svn.drobilla.net/lad/ingen@172 a436a847-0d15-0410-975c-d299462d15a1 --- src/progs/ingenuity/PatchPortModule.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/progs/ingenuity/PatchPortModule.h') diff --git a/src/progs/ingenuity/PatchPortModule.h b/src/progs/ingenuity/PatchPortModule.h index 89a9ce68..516d912d 100644 --- a/src/progs/ingenuity/PatchPortModule.h +++ b/src/progs/ingenuity/PatchPortModule.h @@ -44,7 +44,7 @@ class Port; * * \ingroup Ingenuity */ -class PatchPortModule : public LibFlowCanvas::Module//, public boost::enable_shared_from_this +class PatchPortModule : public boost::enable_shared_from_this, public LibFlowCanvas::Module { public: static boost::shared_ptr create (boost::shared_ptr canvas, @@ -66,7 +66,7 @@ protected: void metadata_update(const string& key, const Atom& value); - SharedPtr m_port; + SharedPtr m_port; boost::shared_ptr m_patch_port; ///< Port on this 'anonymous' module }; -- cgit v1.2.1