migrate from std::filesystem::path to io::path (WIP)
This commit is contained in:
@@ -67,7 +67,7 @@ static void process_blocks_data(
|
||||
|
||||
std::shared_ptr<ContentReport> ContentReport::create(
|
||||
const std::shared_ptr<WorldFiles>& worldFiles,
|
||||
const fs::path& filename,
|
||||
const io::path& filename,
|
||||
const Content* content
|
||||
) {
|
||||
auto worldInfo = worldFiles->readWorldInfo();
|
||||
|
||||
Reference in New Issue
Block a user