mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-22 01:57:18 +01:00
SDL_cpuinfo.h: add missing const to size parameter of SDL_SIMDRealloc()
so that the declaration matches the definition.
This commit is contained in:
parent
af06a60a9d
commit
fc795f89d3
@ -271,7 +271,7 @@ extern DECLSPEC void * SDLCALL SDL_SIMDAlloc(const size_t len);
|
|||||||
* \sa SDL_SIMDAlloc
|
* \sa SDL_SIMDAlloc
|
||||||
* \sa SDL_SIMDFree
|
* \sa SDL_SIMDFree
|
||||||
*/
|
*/
|
||||||
extern DECLSPEC void * SDLCALL SDL_SIMDRealloc(void *mem, size_t len);
|
extern DECLSPEC void * SDLCALL SDL_SIMDRealloc(void *mem, const size_t len);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Deallocate memory obtained from SDL_SIMDAlloc
|
* \brief Deallocate memory obtained from SDL_SIMDAlloc
|
||||||
|
Loading…
Reference in New Issue
Block a user