summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-01-17 12:16:21 +0100
committerMax Kellermann <max@musicpd.org>2018-01-17 12:16:21 +0100
commitc4f7740b800c49ad119e5d70335ea51a666e0114 (patch)
tree337e94b6cb8121b8aa48407c5cf981ae36708310 /test
parent6c239f7a006f265af0fc675d8026447757c45257 (diff)
fs/Path: replace method Null() with nullptr_t constructor
Diffstat (limited to 'test')
-rw-r--r--test/run_input.cxx2
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 {