diff options
Diffstat (limited to 'src/utils/physfscheckutils.h')
-rw-r--r-- | src/utils/physfscheckutils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/physfscheckutils.h b/src/utils/physfscheckutils.h index 8b6bda6ea..df14fe093 100644 --- a/src/utils/physfscheckutils.h +++ b/src/utils/physfscheckutils.h @@ -26,8 +26,8 @@ #include <SDL.h> -SDL_RWops *FakePHYSFSRWOPS_openRead(const char *const name, - const char *const file, +SDL_RWops *FakePHYSFSRWOPS_openRead(const char *restrict const name, + const char *restrict const file, const unsigned line); void FakePhysFSClose(SDL_RWops *const rwops); |