From 91ce43e0778354e0ba141d611a1aa08601c49a20 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 7 Nov 2025 13:17:34 +0100 Subject: change stringview to fs path --- modules/remote-filesystem/c++/remote.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/remote-filesystem/c++/remote.hpp b/modules/remote-filesystem/c++/remote.hpp index f08dfb4..aa930b7 100644 --- a/modules/remote-filesystem/c++/remote.hpp +++ b/modules/remote-filesystem/c++/remote.hpp @@ -37,7 +37,7 @@ private: public: remote() = default; - error_or>> parse_address(const std::string_view& path_v){ + error_or>> parse_address(const std::filesystem::path& path_v){ return heap>(path_v); } -- cgit v1.2.3