storage/Interface: pass std::string_view to MapChildFS()

This commit is contained in:
Max Kellermann
2020-04-02 20:10:36 +02:00
parent dadf054fbb
commit f0923231d0
7 changed files with 15 additions and 14 deletions

View File

@@ -85,7 +85,7 @@ try {
bool
directory_child_access(Storage &storage, const Directory &directory,
const char *name, int mode) noexcept
std::string_view name, int mode) noexcept
{
#ifdef _WIN32
/* CheckAccess() is useless on WIN32 */