From 83373d117d63a631fb93954cc6a6731ed04c0b3d Mon Sep 17 00:00:00 2001 From: Kevin Caccamo Date: Sun, 2 Oct 2022 15:39:09 -0400 Subject: [PATCH] Fix compilation on POSIX (Linux/macOS) systems --- src/common/platform/posix/i_system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *);