1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-12 15:26:00 +00:00

fix compiler warnings: catch(out_of_range&)

This commit is contained in:
Zeno Rogue
2018-06-07 13:58:00 +02:00
parent b8dbaadff6
commit d3662a935d
5 changed files with 9 additions and 9 deletions

View File

@@ -245,7 +245,7 @@ void drawArrowTraps() {
}
}
}
catch(out_of_range) {}
catch(out_of_range&) {}
}
}