diff --git a/src/storage/plugins/UdisksStorage.cxx b/src/storage/plugins/UdisksStorage.cxx index 2bd294e9b..98fb3dc5b 100644 --- a/src/storage/plugins/UdisksStorage.cxx +++ b/src/storage/plugins/UdisksStorage.cxx @@ -108,6 +108,10 @@ public: std::string MapUTF8(const char *uri_utf8) const noexcept override; + AllocatedPath MapFS(const char *uri_utf8) const noexcept override { + return mounted_storage->MapFS(uri_utf8); + } + const char *MapToRelativeUTF8(const char *uri_utf8) const noexcept override; private: