mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-15 17:25:32 +00:00
Fixed compilation erro because 2 parameters had same name
This commit is contained in:
parent
debdc5b861
commit
01274ee50b
@ -59,7 +59,7 @@ private:
|
||||
/// through keypress.
|
||||
int show_file_chooser_dialog(display &displ, std::string &filename,
|
||||
std::string const &title, bool show_directory_buttons = true,
|
||||
const std::string& filename = "",
|
||||
const std::string& file_to_search = "",
|
||||
int xloc = -1, int yloc = -1);
|
||||
|
||||
} // end of dialogs namespace
|
||||
|
Loading…
x
Reference in New Issue
Block a user