aboutsummaryrefslogtreecommitdiff
path: root/graphics/inkscape/files/patch-src_extension_internal_pdfinput_pdf-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/inkscape/files/patch-src_extension_internal_pdfinput_pdf-parser.h')
-rw-r--r--graphics/inkscape/files/patch-src_extension_internal_pdfinput_pdf-parser.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/inkscape/files/patch-src_extension_internal_pdfinput_pdf-parser.h b/graphics/inkscape/files/patch-src_extension_internal_pdfinput_pdf-parser.h
new file mode 100644
index 000000000000..ac804328a447
--- /dev/null
+++ b/graphics/inkscape/files/patch-src_extension_internal_pdfinput_pdf-parser.h
@@ -0,0 +1,16 @@
+--- src/extension/internal/pdfinput/pdf-parser.h.orig 2025-12-26 00:35:50 UTC
++++ src/extension/internal/pdfinput/pdf-parser.h
+@@ -283,10 +283,11 @@ class PdfParser { (private)
+ void opMoveShowText(Object args[], int numArgs);
+ void opMoveSetShowText(Object args[], int numArgs);
+ void opShowSpaceText(Object args[], int numArgs);
++ void doShowText(const std::string &s);
+ #if POPPLER_CHECK_VERSION(0,64,0)
+- void doShowText(const GooString *s);
++ void doShowText(const GooString *s);
+ #else
+- void doShowText(GooString *s);
++ void doShowText(GooString *s);
+ #endif
+
+