summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/patch/calligra/calligra.poppler.GfxFont.patch
blob: 071f6f6c898dc68622f39bb61b8ae30d66f6b378 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./filters/karbon/pdf/SvgOutputDev.cpp.orig	2020-05-14 01:51:30.000000000 -0500
+++ ./filters/karbon/pdf/SvgOutputDev.cpp	2022-05-02 01:24:57.902177123 -0500
@@ -410,7 +410,7 @@
     if (s->getLength() == 0)
         return;
 
-    GfxFont * font = state->getFont();
+    std::shared_ptr<GfxFont> font = state->getFont();
 
     QString str;