diff --git a/poppler/PSOutputDev.cc b/poppler/PSOutputDev.cc index 5de8487f7..29f8c2d5c 100644 --- a/poppler/PSOutputDev.cc +++ b/poppler/PSOutputDev.cc @@ -907,6 +907,9 @@ struct PST1FontName Ref fontFileID; std::unique_ptr psName; // PostScript font name used for this // embedded font file + + // TODO Remove when we decide that not compiling with clang 15 (macos 14) is acceptable + PST1FontName(Ref id, std::unique_ptr &&name) : fontFileID(id), psName(std::move(name)) { } }; // Info for 8-bit fonts