aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage/plugins/LocalStorage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/plugins/LocalStorage.hxx')
-rw-r--r--src/storage/plugins/LocalStorage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/plugins/LocalStorage.hxx b/src/storage/plugins/LocalStorage.hxx
index cad2d1e58..e80fd8276 100644
--- a/src/storage/plugins/LocalStorage.hxx
+++ b/src/storage/plugins/LocalStorage.hxx
@@ -28,6 +28,6 @@ class Path;
gcc_malloc gcc_nonnull_all
Storage *
-CreateLocalStorage(const char *base_utf8, Path base_fs);
+CreateLocalStorage(Path base_fs);
#endif