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
1 changed files with 1 additions and 1 deletions

View File

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