Skip to content

Commit

Permalink
Make it compile with clang 15
Browse files Browse the repository at this point in the history
  • Loading branch information
tsdgeos committed Jan 2, 2025
1 parent 221914f commit 2516209
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions poppler/PSOutputDev.cc
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,9 @@ struct PST1FontName
Ref fontFileID;
std::unique_ptr<GooString> 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<GooString> &&name) : fontFileID(id), psName(std::move(name)) { }
};

// Info for 8-bit fonts
Expand Down

0 comments on commit 2516209

Please sign in to comment.