Author: suokko
Date: Fri Jun 27 19:42:48 2008
New Revision: 27533
URL: http://svn.gna.org/viewcvs/wesnoth?rev=27533&view=rev
Log:
Fixed compilation erro because 2 parameters had same name
Modified:
trunk/src/file_chooser.hpp
Modified: trunk/src/file_chooser.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/file_chooser.hpp?rev=27533&r1=27532&r2=27533&view=diff
==============================================================================
--- trunk/src/file_chooser.hpp (original)
+++ trunk/src/file_chooser.hpp Fri Jun 27 19:42:48 2008
@@ -59,7 +59,7 @@
/// 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
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits