Fix namespace error

This commit is contained in:
Nuno Miguel 2019-04-21 03:07:30 +01:00 committed by jacob1
parent e1b3ddcbcb
commit 81380acc86

View File

@ -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());
}