mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Cleanup: use override specifier everywhere, and enable gcc warning to check for it.
This commit is contained in:
@@ -460,7 +460,7 @@ bool SetWindow::askSaveAndContinue() {
|
||||
set->actions.setSavePoint();
|
||||
return true;
|
||||
}
|
||||
} catch (Error e) {
|
||||
} catch (Error const& e) {
|
||||
// something went wrong with saving, don't proceed
|
||||
handle_error(e);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user