Fixed compile warnings
This commit is contained in:
parent
57180a1c7e
commit
0363b757a8
4 changed files with 6 additions and 6 deletions
|
@ -42,7 +42,7 @@ SDL_SetClipboardText(const char *text)
|
|||
}
|
||||
|
||||
char *
|
||||
SDL_GetClipboardText()
|
||||
SDL_GetClipboardText(void)
|
||||
{
|
||||
SDL_VideoDevice *_this = SDL_GetVideoDevice();
|
||||
|
||||
|
@ -58,7 +58,7 @@ SDL_GetClipboardText()
|
|||
}
|
||||
|
||||
SDL_bool
|
||||
SDL_HasClipboardText()
|
||||
SDL_HasClipboardText(void)
|
||||
{
|
||||
SDL_VideoDevice *_this = SDL_GetVideoDevice();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue