From f0bed61d08527bdb70927a489ab7923601d6a558 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 17 Oct 2010 07:26:04 +0000 Subject: Make lv2_atom_dict_iter_is_end const. --- ext/atom.lv2/atom-helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/atom.lv2') diff --git a/ext/atom.lv2/atom-helpers.h b/ext/atom.lv2/atom-helpers.h index 801bd32..f4908e3 100644 --- a/ext/atom.lv2/atom-helpers.h +++ b/ext/atom.lv2/atom-helpers.h @@ -53,7 +53,7 @@ lv2_atom_dict_get_iter(LV2_Atom_Property* prop) } static inline bool -lv2_atom_dict_iter_is_end(LV2_Atom* dict, LV2_Atom_Dict_Iter iter) +lv2_atom_dict_iter_is_end(const LV2_Atom* dict, LV2_Atom_Dict_Iter iter) { return (uint8_t*)iter >= (dict->body + dict->size); } -- cgit v1.2.1