summaryrefslogtreecommitdiffstats
path: root/src/gui/PortMenu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/PortMenu.cpp')
-rw-r--r--src/gui/PortMenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/PortMenu.cpp b/src/gui/PortMenu.cpp
index b2a7cc21..a5b907c3 100644
--- a/src/gui/PortMenu.cpp
+++ b/src/gui/PortMenu.cpp
@@ -147,7 +147,7 @@ PortMenu::on_menu_expose()
SharedPtr<const NodeModel> node = PtrCast<const NodeModel>(port->parent());
const std::string label = node->label() + " " + node->port_label(port);
- const Raul::Path path = node->path().str() + "_" + port->symbol().c_str();
+ const Raul::Path path = Raul::Path(node->path() + Raul::Symbol("_" + port->symbol()));
Ingen::Resource r(*_object.get());
r.remove_property(uris.lv2_index, uris.wildcard);