aboutsummaryrefslogtreecommitdiffstats
path: root/src/lv2_evbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lv2_evbuf.h')
-rw-r--r--src/lv2_evbuf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lv2_evbuf.h b/src/lv2_evbuf.h
index caf029a..685bef8 100644
--- a/src/lv2_evbuf.h
+++ b/src/lv2_evbuf.h
@@ -97,7 +97,7 @@ lv2_evbuf_get(LV2_Evbuf_Iterator iter,
uint32_t* subframes,
uint32_t* type,
uint32_t* size,
- uint8_t** data);
+ void** data);
/**
Write an event at `iter`.
@@ -114,7 +114,7 @@ lv2_evbuf_write(LV2_Evbuf_Iterator* iter,
uint32_t subframes,
uint32_t type,
uint32_t size,
- const uint8_t* data);
+ const void* data);
#ifdef __cplusplus
}