Add std::filesystem::path methods variant

This commit is contained in:
2026-04-20 16:10:09 +02:00
parent 7b70b6a081
commit de757840b3
3 changed files with 78 additions and 15 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ int main(int argc, char **argv)
else
{
LibXISF::XISFReader reader;
reader.open(argv[1]);
reader.open(LibXISF::String(argv[1]));
TEST(reader.imagesCount() != 1, "No image");
const LibXISF::Image &image = reader.getImage(0);