Fix namespace error
This commit is contained in:
parent
e1b3ddcbcb
commit
81380acc86
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user