From e0743e9d9b15fb2731e26bf5700413c083a89186 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 17 Aug 2008 06:50:15 +0000 Subject: Tidy. git-svn-id: http://svn.drobilla.net/lad/ingen@1415 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/gui/PatchPortModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/gui/PatchPortModule.cpp') diff --git a/src/libs/gui/PatchPortModule.cpp b/src/libs/gui/PatchPortModule.cpp index 75504a91..ec083c1b 100644 --- a/src/libs/gui/PatchPortModule.cpp +++ b/src/libs/gui/PatchPortModule.cpp @@ -79,7 +79,7 @@ PatchPortModule::create(boost::shared_ptr canvas, SharedPtrvariables().begin(); m != port->variables().end(); ++m) ret->set_variable(m->first, m->second); - for (GraphObject::Variables::const_iterator m = port->properties().begin(); m != port->properties().end(); ++m) + for (GraphObject::Properties::const_iterator m = port->properties().begin(); m != port->properties().end(); ++m) ret->set_property(m->first, m->second); ret->resize(); -- cgit v1.2.1