Tools/vmap_assembler: Use boost::filesystem::path for creating filenames

This commit is contained in:
Shauren
2024-07-06 14:06:20 +02:00
parent 11a252e601
commit 51d1ff11bc
3 changed files with 41 additions and 43 deletions

View File

@@ -55,7 +55,7 @@ int main(int argc, char* argv[])
std::cout << "using " << src << " as source directory and writing output to " << dest << std::endl;
VMAP::TileAssembler ta(std::move(src), std::move(dest), threads);
VMAP::TileAssembler ta(src, dest, threads);
if (!ta.convertWorld2())
{