storage/local: OpenDirectory() returns StorageDirectoryReader*

This commit is contained in:
Max Kellermann
2014-02-05 19:35:41 +01:00
parent e3e3053f32
commit dc76b24e5f
2 changed files with 3 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ LocalStorage::GetInfo(const char *uri_utf8, bool follow, FileInfo &info,
return Stat(path_fs, follow, info, error);
}
LocalDirectoryReader *
StorageDirectoryReader *
LocalStorage::OpenDirectory(const char *uri_utf8, Error &error)
{
AllocatedPath path_fs = MapFS(uri_utf8, error);