diff options
-rw-r--r-- | src/Parser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Parser.cpp b/src/Parser.cpp index ae7f201c..562d0367 100644 --- a/src/Parser.cpp +++ b/src/Parser.cpp @@ -212,6 +212,7 @@ get_port(Ingen::World* world, const Raul::Symbol port_sym(sym); const Raul::Path port_path(parent.child(port_sym)); + props.erase(uris.lv2_symbol); // Don't set symbol property in engine return make_pair(port_path, props); } |