summaryrefslogtreecommitdiffstats
path: root/lilv
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-14 00:38:19 +0000
committerDavid Robillard <d@drobilla.net>2013-01-14 00:38:19 +0000
commit68cdd691abaf1419cdcf6bb93a43782e849795f6 (patch)
treee47d86acbcc493b9d158285f4e3c4c7ab0a0991b /lilv
parent4bbf4d26229f79769175c1e9894137e237e61160 (diff)
downloadlilv-68cdd691abaf1419cdcf6bb93a43782e849795f6.tar.gz
lilv-68cdd691abaf1419cdcf6bb93a43782e849795f6.tar.bz2
lilv-68cdd691abaf1419cdcf6bb93a43782e849795f6.zip
Add Lilv::Nodes::get_first to lilvmm.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4975 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'lilv')
-rw-r--r--lilv/lilvmm.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lilv/lilvmm.hpp b/lilv/lilvmm.hpp
index 80baff8..666f466 100644
--- a/lilv/lilvmm.hpp
+++ b/lilv/lilvmm.hpp
@@ -136,6 +136,7 @@ struct ScalePoints {
struct Nodes {
LILV_WRAP_COLL(Nodes, Node, nodes);
LILV_WRAP1(bool, nodes, contains, const Node, node);
+ LILV_WRAP0(Node, nodes, get_first);
};
struct Port {