Ticket #67266: poppler-gcc-1.diff
File poppler-gcc-1.diff, 547 bytes (added by rmottola (Riccardo), 19 months ago) |
---|
-
poppler/GfxFont.h
old new 122 122 ~GfxFontLoc(); 123 123 124 124 GfxFontLoc(const GfxFontLoc &) = delete; 125 GfxFontLoc(GfxFontLoc &&) noexcept;125 GfxFontLoc(GfxFontLoc &&); 126 126 GfxFontLoc &operator=(const GfxFontLoc &) = delete; 127 GfxFontLoc &operator=(GfxFontLoc &&other) noexcept;127 GfxFontLoc &operator=(GfxFontLoc &&other); 128 128 129 129 // Set the 'path' string from a GooString on the heap. 130 130 // Ownership of the object is taken.