fs/Path: replace method Null() with nullptr_t constructor

This commit is contained in:
Max Kellermann
2018-01-17 12:16:21 +01:00
parent 6c239f7a00
commit c4f7740b80
3 changed files with 9 additions and 11 deletions

View File

@@ -45,7 +45,7 @@
struct CommandLine {
const char *uri = nullptr;
Path config_path = Path::Null();
Path config_path = nullptr;
};
enum Option {