From 68cdd691abaf1419cdcf6bb93a43782e849795f6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 Jan 2013 00:38:19 +0000 Subject: Add Lilv::Nodes::get_first to lilvmm. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4975 a436a847-0d15-0410-975c-d299462d15a1 --- lilv/lilvmm.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lilv') 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 { -- cgit v1.2.1