Fixup compilation
This commit is contained in:
parent
faed98a651
commit
f786793172
4 changed files with 5 additions and 5 deletions
|
@ -833,7 +833,7 @@ set(wesnoth-main_SRC
|
|||
gui/dialogs/multiplayer/mp_join_game_password_prompt.cpp
|
||||
gui/dialogs/multiplayer/mp_login.cpp
|
||||
gui/dialogs/multiplayer/mp_method_selection.cpp
|
||||
gui/dialogs/multiplayer/mp_options_helper.hpp
|
||||
gui/dialogs/multiplayer/mp_options_helper.cpp
|
||||
gui/dialogs/network_transmission.cpp
|
||||
gui/dialogs/popup.cpp
|
||||
gui/dialogs/preferences_dialog.cpp
|
||||
|
|
|
@ -410,7 +410,7 @@ wesnoth_sources = Split("""
|
|||
gui/dialogs/multiplayer/mp_join_game_password_prompt.cpp
|
||||
gui/dialogs/multiplayer/mp_login.cpp
|
||||
gui/dialogs/multiplayer/mp_method_selection.cpp
|
||||
gui/dialogs/multiplayer/mp_options_helper.hpp
|
||||
gui/dialogs/multiplayer/mp_options_helper.cpp
|
||||
gui/dialogs/multiplayer/synced_choice_wait.cpp
|
||||
gui/dialogs/network_transmission.cpp
|
||||
gui/dialogs/popup.cpp
|
||||
|
|
|
@ -434,7 +434,7 @@ void tmp_create_game::on_tab_select(twindow& window)
|
|||
}
|
||||
|
||||
if(i == tab::TAB_OPTIONS) {
|
||||
update_options_list(window);
|
||||
update_options_list();
|
||||
}
|
||||
|
||||
// Map Settings can and should be updated every time
|
||||
|
@ -526,7 +526,7 @@ void tmp_create_game::display_games_of_type(twindow& window, ng::level::TYPE typ
|
|||
update_details(window);
|
||||
}
|
||||
|
||||
void tmp_create_game::update_options_list(twindow& window)
|
||||
void tmp_create_game::update_options_list()
|
||||
{
|
||||
options_manager_->update_options_list();
|
||||
}
|
||||
|
|
|
@ -118,7 +118,7 @@ private:
|
|||
|
||||
void show_description(twindow& window, const std::string& new_description);
|
||||
|
||||
void update_options_list(twindow& window);
|
||||
void update_options_list();
|
||||
void update_details(twindow& window);
|
||||
void update_map_settings(twindow& window);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue