textscreen: Make TranslateKeysym parameter const
This commit is contained in:
parent
fff3741c78
commit
10d2130a2a
1 changed files with 1 additions and 1 deletions
|
|
@ -518,7 +518,7 @@ static int TranslateScancode(SDL_Scancode scancode)
|
|||
}
|
||||
}
|
||||
|
||||
static int TranslateKeysym(SDL_Keysym *sym)
|
||||
static int TranslateKeysym(const SDL_Keysym *sym)
|
||||
{
|
||||
int translated;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue