diff options
author | Max Kellermann <max@duempel.org> | 2014-02-05 19:35:41 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-05 19:35:41 +0100 |
commit | dc76b24e5f45a7dd43cb681881c296cb2f492e65 (patch) | |
tree | 8c055f40f13476f89a99411098444587813174c8 /src/storage/plugins/LocalStorage.cxx | |
parent | e3e3053f32cb89714c372b15bbd8c22e1c0a6513 (diff) |
storage/local: OpenDirectory() returns StorageDirectoryReader*
Diffstat (limited to 'src/storage/plugins/LocalStorage.cxx')
-rw-r--r-- | src/storage/plugins/LocalStorage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/plugins/LocalStorage.cxx b/src/storage/plugins/LocalStorage.cxx index f06e447b5..0d45c9dcc 100644 --- a/src/storage/plugins/LocalStorage.cxx +++ b/src/storage/plugins/LocalStorage.cxx @@ -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); |