mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-16 07:43:07 +00:00
modified code to avoid a warning on MSVC
This commit is contained in:
parent
d4bf916f18
commit
a899a290c0
1 changed files with 19 additions and 20 deletions
|
|
@ -47,7 +47,7 @@ namespace MWScript
|
|||
if (!mErrorHandler.isGood())
|
||||
Success = false;
|
||||
}
|
||||
catch (const std::exception& error)
|
||||
catch (...)
|
||||
{
|
||||
Success = false;
|
||||
}
|
||||
|
|
@ -114,4 +114,3 @@ namespace MWScript
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue