From 114f14976454ffba55a71d69d5e0740a2d0566f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 23 Mar 2020 09:52:33 +0100 Subject: [PATCH] - adjust patch for inkscape release --- inkscape-poppler0.83.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.43.0