fix: Drop::data is no longer void const*, instead void*
This commit is contained in:
parent
a978d140c7
commit
58b41bd1d2
|
@ -8,7 +8,7 @@ typedef struct {
|
|||
} IDrop;
|
||||
|
||||
typedef struct {
|
||||
void const* data;
|
||||
void* data;
|
||||
IDrop const* tc;
|
||||
} Drop;
|
||||
|
||||
|
|
Loading…
Reference in a new issue