From 97cfa86c2775fdfd7ddfc5d88b6283ccee5d6bbf Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Thu, 16 Sep 2021 16:37:15 +0200 Subject: Use std::fd::path's character type for FileSysTraveral::Visitor API --- zen/cmds/run.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zen/cmds/run.cpp') diff --git a/zen/cmds/run.cpp b/zen/cmds/run.cpp index e5210f695..97680ed5a 100644 --- a/zen/cmds/run.cpp +++ b/zen/cmds/run.cpp @@ -80,7 +80,7 @@ RunCommand::Run(const ZenCliOptions& GlobalOptions, int argc, char** argv) Visitor(const std::filesystem::path& RootPath) : m_RootPath(RootPath) {} - virtual void VisitFile(const std::filesystem::path& Parent, const std::wstring_view& FileName, uint64_t FileSize) override + virtual void VisitFile(const std::filesystem::path& Parent, const path_view& FileName, uint64_t FileSize) override { std::filesystem::path FullPath = Parent / FileName; -- cgit v1.2.3