1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

Originally committed to SVN as r306.

This commit is contained in:
Rodrigo Braz Monteiro 2006-04-04 21:00:13 +00:00
parent c57d6fe5e1
commit 3a0112539e

View File

@ -101,7 +101,7 @@ PVideoFrame __stdcall DrawPRS::GetFrame(int n, IScriptEnvironment* env) {
}
// Catch exception
catch (std::exception e) {
catch (const std::exception &e) {
env->ThrowError(e.what());
}