Ticket #67266: poppler-gcc-1.diff

File poppler-gcc-1.diff, 547 bytes (added by rmottola (Riccardo), 13 months ago)

patch header part

  • poppler/GfxFont.h

    old new  
    122122    ~GfxFontLoc();
    123123
    124124    GfxFontLoc(const GfxFontLoc &) = delete;
    125     GfxFontLoc(GfxFontLoc &&) noexcept;
     125    GfxFontLoc(GfxFontLoc &&);
    126126    GfxFontLoc &operator=(const GfxFontLoc &) = delete;
    127     GfxFontLoc &operator=(GfxFontLoc &&other) noexcept;
     127    GfxFontLoc &operator=(GfxFontLoc &&other);
    128128
    129129    // Set the 'path' string from a GooString on the heap.
    130130    // Ownership of the object is taken.