aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/atom
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/atom')
-rw-r--r--lv2/atom/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lv2/atom/util.h b/lv2/atom/util.h
index de93269..051a3cb 100644
--- a/lv2/atom/util.h
+++ b/lv2/atom/util.h
@@ -297,6 +297,7 @@ typedef struct {
const LV2_Atom** value; /**< Found value (output set by query function) */
} LV2_Atom_Object_Query;
+/** Sentinel for lv2_atom_object_query(). */
static const LV2_Atom_Object_Query LV2_ATOM_OBJECT_QUERY_END = { 0, NULL };
/**