diff options
author | David Robillard <d@drobilla.net> | 2011-11-06 17:44:39 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-06 17:44:39 +0000 |
commit | a0320122b94a8c92cd780f8d3c9da7260ec400e6 (patch) | |
tree | 9bba3c0dda4b08f491392416630b63377583a328 /ext/atom.lv2/atom.h | |
parent | 09e404f50bcf96c8942d73b5b68baa2f0d6f3d02 (diff) | |
download | lv2-a0320122b94a8c92cd780f8d3c9da7260ec400e6.tar.xz |
Typedef void* callback_data parameter.
Diffstat (limited to 'ext/atom.lv2/atom.h')
-rw-r--r-- | ext/atom.lv2/atom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/atom.lv2/atom.h b/ext/atom.lv2/atom.h index 4f803ba..ed5ddd8 100644 --- a/ext/atom.lv2/atom.h +++ b/ext/atom.lv2/atom.h @@ -208,6 +208,6 @@ typedef struct { */ uint32_t size; -} LV2_Atom_Event_Buffer; +} LV2_Atom_Buffer; #endif /* LV2_ATOM_H */ |