diff --git a/src/filesystem.hpp b/src/filesystem.hpp index 76e096346e3..bf701cb7d4b 100644 --- a/src/filesystem.hpp +++ b/src/filesystem.hpp @@ -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 ¤t_dir); +std::string get_wml_location(const std::string &filename, + const std::string ¤t_dir = std::string()); class scoped_istream { std::istream *stream;