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/PatchView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/gui/PatchView.cpp') diff --git a/src/libs/gui/PatchView.cpp b/src/libs/gui/PatchView.cpp index 0ffe1191..13689806 100644 --- a/src/libs/gui/PatchView.cpp +++ b/src/libs/gui/PatchView.cpp @@ -80,7 +80,7 @@ PatchView::set_patch(SharedPtr patch) _poly_spin->set_value(patch->poly()); _destroy_but->set_sensitive(patch->path() != "/"); - for (GraphObject::Variables::const_iterator i = patch->properties().begin(); + for (GraphObject::Properties::const_iterator i = patch->properties().begin(); i != patch->properties().end(); ++i) property_changed(i->first, i->second); -- cgit v1.2.1