Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into master_github
Browse files Browse the repository at this point in the history
  • Loading branch information
tsdgeos committed Jan 2, 2025
2 parents a0c67fb + 2516209 commit 367d000
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 367d000

Please sign in to comment.