Ticket #67266: poppler-gcc-2.diff
File poppler-gcc-2.diff, 495 bytes (added by rmottola (Riccardo), 19 months ago) |
---|
-
poppler/GfxFont.cc
old new 178 178 179 179 GfxFontLoc::~GfxFontLoc() = default; 180 180 181 GfxFontLoc::GfxFontLoc(GfxFontLoc &&other) noexcept= default;181 GfxFontLoc::GfxFontLoc(GfxFontLoc &&other) = default; 182 182 183 GfxFontLoc &GfxFontLoc::operator=(GfxFontLoc &&other) noexcept= default;183 GfxFontLoc &GfxFontLoc::operator=(GfxFontLoc &&other) = default; 184 184 185 185 void GfxFontLoc::setPath(GooString *pathA) 186 186 {