Added default value for hardcoded WML paths.

This commit is contained in:
Guillaume Melquiond 2009-03-03 17:44:15 +00:00
parent 63543ff38b
commit dd7fba531f

View File

@ -215,7 +215,8 @@ std::string get_binary_file_location(const std::string& type, const std::string&
* Returns a complete path to the actual WML file or directory
* or an empty string if the file isn't present.
*/
std::string get_wml_location(const std::string &filename, const std::string &current_dir);
std::string get_wml_location(const std::string &filename,
const std::string &current_dir = std::string());
class scoped_istream {
std::istream *stream;