merge with master
[ardour.git] / libs / ardour / lv2_evbuf.c
index 8942d19a9b2b038cb2ad9599939508b051250375..fba7fd521ddc42dd7aa78f63121045e804877895 100644 (file)
@@ -219,7 +219,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;
        }