diff --git a/src/PowderToySDL.cpp b/src/PowderToySDL.cpp index 765a77d4b..258f52849 100644 --- a/src/PowderToySDL.cpp +++ b/src/PowderToySDL.cpp @@ -849,7 +849,7 @@ int main(int argc, char * argv[]) #if !defined(DEBUG) && !defined(_DEBUG) } - catch(exception& e) + catch(std::exception& e) { BlueScreen(ByteString(e.what()).FromUtf8()); }