aboutsummaryrefslogtreecommitdiffstats
path: root/src/lv2_evbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lv2_evbuf.c')
-rw-r--r--src/lv2_evbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lv2_evbuf.c b/src/lv2_evbuf.c
index e8c9b60..1144f8e 100644
--- a/src/lv2_evbuf.c
+++ b/src/lv2_evbuf.c
@@ -213,7 +213,7 @@ lv2_evbuf_get(LV2_Evbuf_Iterator iter,
*subframes = 0;
*type = aev->body.type;
*size = aev->body.size;
- *data = LV2_ATOM_BODY(&aev->body);
+ *data = (uint8_t*)LV2_ATOM_BODY(&aev->body);
break;
}