diff options
Diffstat (limited to 'modules/remote-filesystem/c++/remote.hpp')
| -rw-r--r-- | modules/remote-filesystem/c++/remote.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<own<remote_address<rmt::File>>> parse_address(const std::string_view& path_v){ + error_or<own<remote_address<rmt::File>>> parse_address(const std::filesystem::path& path_v){ return heap<remote_address<rmt::File>>(path_v); } |
