actually set get_state uri (fix copy/paste bug)

This commit is contained in:
Nick Lanham 2012-03-25 20:52:47 +02:00
parent 20893784fc
commit c5ef4d1fda

2
drmr.h
View File

@ -201,7 +201,7 @@ void map_drmr_uris(LV2_URID_Map *map,
uris->kit_path =
map->map(map->handle,
DRMR_URI "#kitpath");
uris->kit_path =
uris->get_state =
map->map(map->handle,
DRMR_URI "#getstate");
uris->atom_eventTransfer =