mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[common] objectlists store void* not char*
This commit is contained in:
parent
5e3a46beb9
commit
c382a5acb1
@ -26,7 +26,7 @@ struct ObjectList
|
|||||||
ObjectFreeFn free_fn;
|
ObjectFreeFn free_fn;
|
||||||
unsigned int size;
|
unsigned int size;
|
||||||
unsigned int count;
|
unsigned int count;
|
||||||
char ** list;
|
void ** list;
|
||||||
};
|
};
|
||||||
|
|
||||||
ObjectList objectlist_new(ObjectFreeFn free_fn)
|
ObjectList objectlist_new(ObjectFreeFn free_fn)
|
||||||
|
Loading…
Reference in New Issue
Block a user