summaryrefslogtreecommitdiff
path: root/src/utils/sdlcheckutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/sdlcheckutils.h')
-rw-r--r--src/utils/sdlcheckutils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/sdlcheckutils.h b/src/utils/sdlcheckutils.h
index a2f9bb90a..069a37057 100644
--- a/src/utils/sdlcheckutils.h
+++ b/src/utils/sdlcheckutils.h
@@ -57,10 +57,10 @@ SDL_Surface *FakeSDL_ConvertSurface(SDL_Surface *const src,
const char *const file,
const unsigned line);
-SDL_Surface *FakeTTF_RenderUTF8_Blended(_TTF_Font *const font,
- const char *const text,
+SDL_Surface *FakeTTF_RenderUTF8_Blended(_TTF_Font *restrict const font,
+ const char *restrict const text,
const SDL_Color &fg,
- const char *const file,
+ const char *restrict const file,
const unsigned line);
SDL_Surface *FakeIMG_Load(const char *name, const char *const file,