Skip to content

Commit

Permalink
Fix MacOS Compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoLuis0 authored and madame-rachelle committed May 4, 2024
1 parent 1006d20 commit 9129f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/platform/posix/cocoa/i_system.mm
Expand Up @@ -122,7 +122,7 @@ void I_ShowFatalError(const char *message)
}


int I_PickIWad(WadStuff* const wads, const int numwads, const bool showwin, const int defaultiwad, int&)
int I_PickIWad(WadStuff* const wads, const int numwads, const bool showwin, const int defaultiwad, int&, FString&)
{
if (!showwin)
{
Expand Down

0 comments on commit 9129f01

Please sign in to comment.