Fixed compilation erro because 2 parameters had same name

This commit is contained in:
Pauli Nieminen 2008-06-27 17:42:48 +00:00
parent debdc5b861
commit 01274ee50b

View File

@ -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