SimpleDatabasePlugin: use file system API, log in UTF-8
This commit is contained in:
@@ -32,6 +32,7 @@ struct Directory;
|
||||
|
||||
class SimpleDatabase : public Database {
|
||||
Path path;
|
||||
std::string path_utf8;
|
||||
|
||||
Directory *root;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user