From e666b45e2297469388c129562b428cbca2036e9d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 2 Dec 2011 05:09:20 +0000 Subject: Use Joinable shape and remove Node::_circle. Remove unused Shape::load_location(). git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3746 a436a847-0d15-0410-975c-d299462d15a1 --- src/Patchage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Patchage.cpp') diff --git a/src/Patchage.cpp b/src/Patchage.cpp index c06809e..e815891 100644 --- a/src/Patchage.cpp +++ b/src/Patchage.cpp @@ -417,7 +417,7 @@ Patchage::update_state() { for (FlowCanvas::Canvas::Items::const_iterator i = _canvas->items().begin(); i != _canvas->items().end(); ++i) { - FlowCanvas::Module* module = dynamic_cast(*i); + PatchageModule* module = dynamic_cast(*i); if (module) module->load_location(); } -- cgit v1.2.1