mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-17 03:28:05 +00:00
Rationalize some std::exception stuff.
This commit is contained in:
@@ -786,7 +786,7 @@ EX namespace dialog {
|
||||
#endif
|
||||
if(reaction) reaction();
|
||||
}
|
||||
catch(hr_parse_exception&) {
|
||||
catch(const hr_parse_exception&) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user