diff options
Diffstat (limited to 'src/unix.cpp')
-rw-r--r-- | src/unix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unix.cpp b/src/unix.cpp index 3ea6c2f5d..7fafd3d67 100644 --- a/src/unix.cpp +++ b/src/unix.cpp @@ -214,7 +214,7 @@ void ShowInfo(const char *str) fprintf(stderr, "%s\n", str); } -void ShowOSErrorBox(const char *buf) +void ShowOSErrorBox(const char *buf, bool system) { #if defined(__APPLE__) /* this creates an NSAlertPanel with the contents of 'buf' |