Replace boost::filesystem with std (#6432)
This commit is contained in:
@@ -113,7 +113,7 @@ void handle_lua_error(const sol::protected_function_result &luares)
|
||||
|
||||
Sol2ScriptingEnvironment::Sol2ScriptingEnvironment(
|
||||
const std::string &file_name,
|
||||
const std::vector<boost::filesystem::path> &location_dependent_data_paths)
|
||||
const std::vector<std::filesystem::path> &location_dependent_data_paths)
|
||||
: file_name(file_name), location_dependent_data(location_dependent_data_paths)
|
||||
{
|
||||
util::Log() << "Using script " << file_name;
|
||||
|
||||
Reference in New Issue
Block a user