Import getAllPaths() to StackedFileSystemAdapter so it is also availabe there.
This commit is contained in:
parent
b6657189d3
commit
ce26cda739
@ -34,6 +34,7 @@ public:
|
||||
Optional<fs::path> getNativePath(const fs::path& file) override;
|
||||
StreamError open(const fs::path& path, FileOpenMode mode, std::unique_ptr<Stream>& outStream) override;
|
||||
void getAllPaths(const fs::path &path, std::vector<PathReference> &outPaths) override;
|
||||
using FileSystemAdapter::getAllPaths;
|
||||
|
||||
inline void addAdapter(std::unique_ptr<FileSystemAdapter>&& adapter) {
|
||||
adapters_.push_back(std::move(adapter));
|
||||
|
Loading…
x
Reference in New Issue
Block a user