From: Jan Rękorajski Date: Mon, 23 Mar 2020 08:52:33 +0000 (+0100) Subject: - adjust patch for inkscape release X-Git-Tag: auto/th/inkscape-0.92.4-2~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Finkscape.git;a=commitdiff_plain;h=114f149 - adjust patch for inkscape release --- diff --git a/inkscape-poppler0.83.patch b/inkscape-poppler0.83.patch index a06171f..f75df41 100644 --- a/inkscape-poppler0.83.patch +++ b/inkscape-poppler0.83.patch @@ -37,7 +37,7 @@ index 4eae275757..4513ad94c5 100644 @@ -267,7 +267,7 @@ public: ClipHistoryEntry *save(); ClipHistoryEntry *restore(); - GBool hasSaves() { return saved != nullptr; } + GBool hasSaves() { return saved != NULL; } - void setClip(GfxPath *newClipPath, GfxClipType newClipType = clipNormal); + void setClip(_POPPLER_CONST_83 GfxPath *newClipPath, GfxClipType newClipType = clipNormal); GfxPath *getClipPath() { return clipPath; }