Fix compiler warning about "no newline at end of file"

This commit is contained in:
McShark 2009-07-07 19:11:06 +00:00
parent 609d35e24b
commit 396cf6c05b

View file

@ -66,7 +66,7 @@ void tgame_load::pre_show(CVideo& /*video*/, twindow& window)
window.keyboard_capture(list);
list->set_callback_value_change(dialog_callback<tgame_load, &tgame_load::list_item_clicked>);
{
cursor::setter cur(cursor::WAIT);
games_ = savegame_manager::get_saves_list();
@ -185,4 +185,4 @@ void tgame_load::evaluate_summary_string(std::stringstream& str, const config& c
}
}
} // namespace gui2
} // namespace gui2