diff --git a/src/common/platform/posix/i_system.h b/src/common/platform/posix/i_system.h index 3b3489310..02acf0e3e 100644 --- a/src/common/platform/posix/i_system.h +++ b/src/common/platform/posix/i_system.h @@ -49,7 +49,7 @@ TArray I_GetGogPaths(); TArray I_GetBethesdaPath(); // The ini could not be saved at exit -bool I_WriteIniFailed (); +bool I_WriteIniFailed (const char* filename); class FGameTexture; bool I_SetCursor(FGameTexture *);