summaryrefslogtreecommitdiff
path: root/test/ContainerScan.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/ContainerScan.cxx')
-rw-r--r--test/ContainerScan.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ContainerScan.cxx b/test/ContainerScan.cxx
index 5a7cc41df..886adb0ba 100644
--- a/test/ContainerScan.cxx
+++ b/test/ContainerScan.cxx
@@ -23,6 +23,7 @@
#include "decoder/DecoderList.hxx"
#include "decoder/DecoderPlugin.hxx"
#include "fs/Path.hxx"
+#include "fs/NarrowPath.hxx"
#include "fs/io/StdioOutputStream.hxx"
#include "fs/io/BufferedOutputStream.hxx"
#include "util/PrintException.hxx"
@@ -63,7 +64,7 @@ try {
return EXIT_FAILURE;
}
- const Path path = Path::FromFS(argv[1]);
+ const FromNarrowPath path = argv[1];
const ScopeDecoderPluginsInit decoder_plugins_init({});