Fix build with Visual Studio 2013
This commit is contained in:
parent
0c3f6da830
commit
61e15c42e2
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ void game_load::pre_show(window& window)
|
|||
|
||||
connect_signal_mouse_left_click(
|
||||
find_widget<button>(&window, "browse_saves_folder", false),
|
||||
std::bind(&desktop::open_object, filesystem::get_saves_dir()));
|
||||
bind_void(&desktop::open_object, filesystem::get_saves_dir()));
|
||||
|
||||
display_savegame(window);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue