diff options
Diffstat (limited to 'lilv/lilvmm.hpp')
-rw-r--r-- | lilv/lilvmm.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lilv/lilvmm.hpp b/lilv/lilvmm.hpp index 5123a42..71f1a24 100644 --- a/lilv/lilvmm.hpp +++ b/lilv/lilvmm.hpp @@ -127,7 +127,7 @@ struct Nodes { LILV_WRAP_COLL(Nodes, Node, nodes); LILV_WRAP1(bool, nodes, contains, const Node, node); }; - + struct Port { inline Port(const LilvPlugin* p, const LilvPort* c_obj) : parent(p), me(c_obj) |