Service.FS: Rename FileSys::Directory to DirectoryBackend

This commit is contained in:
Yuri Kunde Schlesner
2014-12-15 04:59:29 -02:00
parent 82fe821e87
commit d51afab0bc
10 changed files with 18 additions and 18 deletions

View File

@ -78,7 +78,7 @@ public:
* @param path Path relative to the archive
* @return Opened directory, or nullptr
*/
std::unique_ptr<Directory> OpenDirectory(const Path& path) const override;
std::unique_ptr<DirectoryBackend> OpenDirectory(const Path& path) const override;
/**
* Read data from the archive