diff --git a/include/SDL3/SDL_clipboard.h b/include/SDL3/SDL_clipboard.h index e07bf31f8..454b47491 100644 --- a/include/SDL3/SDL_clipboard.h +++ b/include/SDL3/SDL_clipboard.h @@ -201,7 +201,7 @@ extern DECLSPEC int SDLCALL SDL_SetClipboardData(SDL_ClipboardDataCallback callb * * \sa SDL_SetClipboardData */ -extern DECLSPEC int SDLCALL SDL_ClearClipboardData(); +extern DECLSPEC int SDLCALL SDL_ClearClipboardData(void); /** * Get the data from clipboard for a given mime type