From bb167ecdcf46ed00352ac9570580d623d20bfb14 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 10 Nov 2022 16:59:55 +0100 Subject: fix build --- test/json.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/json.cpp b/test/json.cpp index a7c9e84c..fa4564fd 100644 --- a/test/json.cpp +++ b/test/json.cpp @@ -34,7 +34,7 @@ static chunk make_test_chunk() bool floormat::test_json() // NOLINT(readability-convert-member-functions-to-static) { - constexpr StringView output_dir = "../test/."; + constexpr auto output_dir = "../test/."_s; { auto atlas = loader.tile_atlas("metal1", {2, 2}); json_helper::to_json(atlas, Path::join(output_dir, "atlas.json")); -- cgit v1.2.3