summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchCanvas.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-07-16 19:37:28 +0000
committerDavid Robillard <d@drobilla.net>2012-07-16 19:37:28 +0000
commit9426db86909d6097b28674363f231fe76ef9fc05 (patch)
tree48bc43ab8ace90b1561865cffea2a0c8e85721b8 /src/gui/PatchCanvas.cpp
parentdc687c66c1076a8a48c2967d325fd2518b3b304e (diff)
downloadingen-9426db86909d6097b28674363f231fe76ef9fc05.tar.gz
ingen-9426db86909d6097b28674363f231fe76ef9fc05.tar.bz2
ingen-9426db86909d6097b28674363f231fe76ef9fc05.zip
Tidy.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4538 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/PatchCanvas.cpp')
-rw-r--r--src/gui/PatchCanvas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/PatchCanvas.cpp b/src/gui/PatchCanvas.cpp
index 0857682a..f9e65390 100644
--- a/src/gui/PatchCanvas.cpp
+++ b/src/gui/PatchCanvas.cpp
@@ -277,7 +277,7 @@ PatchCanvas::build_plugin_menu()
LV2Children children;
LILV_FOREACH(plugin_classes, i, classes) {
const LilvPluginClass* c = lilv_plugin_classes_get(classes, i);
- const LilvNode* p = lilv_plugin_class_get_parent_uri(c);
+ const LilvNode* p = lilv_plugin_class_get_parent_uri(c);
if (!p)
p = lilv_plugin_class_get_uri(lv2_plugin);
children.insert(make_pair(lilv_node_as_string(p), c));