]> git.pld-linux.org Git - packages/inkscape.git/commitdiff
- adjust patch for inkscape release
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 23 Mar 2020 08:52:33 +0000 (09:52 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 23 Mar 2020 08:52:33 +0000 (09:52 +0100)
inkscape-poppler0.83.patch

index a06171f19b4faa1c7a0f6ddace9d0e403fa9c373..f75df412c6a7bd094dc974a5e4eee463140249d0 100644 (file)
@@ -37,7 +37,7 @@ index 4eae275757..4513ad94c5 100644
 @@ -267,7 +267,7 @@ public:
      ClipHistoryEntry *save();
      ClipHistoryEntry *restore();
 @@ -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; }
 -    void setClip(GfxPath *newClipPath, GfxClipType newClipType = clipNormal);
 +    void setClip(_POPPLER_CONST_83 GfxPath *newClipPath, GfxClipType newClipType = clipNormal);
      GfxPath *getClipPath() { return clipPath; }
This page took 0.032725 seconds and 4 git commands to generate.