storage/local: remove utf8 path from constructor
Build the UTF-8 version of the path automatically in the constructor.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user