diff options
author | Max Kellermann <max@musicpd.org> | 2018-01-17 12:16:21 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-01-17 12:16:21 +0100 |
commit | c4f7740b800c49ad119e5d70335ea51a666e0114 (patch) | |
tree | 337e94b6cb8121b8aa48407c5cf981ae36708310 /test | |
parent | 6c239f7a006f265af0fc675d8026447757c45257 (diff) |
fs/Path: replace method Null() with nullptr_t constructor
Diffstat (limited to 'test')
-rw-r--r-- | test/run_input.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_input.cxx b/test/run_input.cxx index 3c4dadbf7..5fc8a8211 100644 --- a/test/run_input.cxx +++ b/test/run_input.cxx @@ -45,7 +45,7 @@ struct CommandLine { const char *uri = nullptr; - Path config_path = Path::Null(); + Path config_path = nullptr; }; enum Option { |