mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 05:07:00 -04:00
Fixed some gcc warnings
This commit is contained in:
@@ -51,7 +51,7 @@ NewSetWindow::NewSetWindow(Window* parent)
|
||||
game_list->showData<Game>();
|
||||
try {
|
||||
game_list->select(settings.default_game);
|
||||
} catch (FileNotFoundError e) {
|
||||
} catch (FileNotFoundError const& e) {
|
||||
handle_error(e);
|
||||
}
|
||||
game_list->SetFocus();
|
||||
|
||||
Reference in New Issue
Block a user