From 35a3120672f78c13a58ea5c947becd5bbd362caf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 19 Feb 2012 03:29:47 +0000 Subject: Rename LV2_Atom_Object::type => LV2_Atom_Object::otype to avoid confusion with LV2_Atom::type. --- lv2/lv2plug.in/ns/ext/atom/atom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lv2') diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.h b/lv2/lv2plug.in/ns/ext/atom/atom.h index 5583ddb..a8ec72d 100644 --- a/lv2/lv2plug.in/ns/ext/atom/atom.h +++ b/lv2/lv2plug.in/ns/ext/atom/atom.h @@ -169,7 +169,7 @@ typedef struct { typedef struct { LV2_Atom atom; /**< Atom header. */ uint32_t id; /**< URID for atom:Resource, or blank ID for atom:Blank. */ - uint32_t type; /**< Type URID (same as rdf:type, for fast dispatch). */ + uint32_t otype; /**< Type URID (same as rdf:type, for fast dispatch). */ /* Contents (a series of property bodies) follow here. */ } LV2_Atom_Object; -- cgit v1.2.1