diff --git a/example_bass/example_bass.cpp b/example_bass/example_bass.cpp index 98e1cac..4f9fc1f 100644 --- a/example_bass/example_bass.cpp +++ b/example_bass/example_bass.cpp @@ -67,7 +67,7 @@ void die(const char *fmt, ...) #ifdef _CONSOLE fprintf(stderr, "*** error: %s\n", temp); #else - MessageBox(NULL, temp, mainWindowTitle, MB_OK | MB_ICONERROR); + MessageBox(NULL, temp, NULL, MB_OK | MB_ICONERROR); #endif exit(EXIT_FAILURE);