poppler/SplashOutputDev.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e34e187934e3654989b6af5177f345032623dd9b
Author: Albert Astals Cid <aa...@kde.org>
Date:   Fri Mar 23 19:57:39 2018 +0100

    SplashOutputDev: make getMatteColor static

diff --git a/poppler/SplashOutputDev.h b/poppler/SplashOutputDev.h
index 3a5883c4..3a1b594e 100644
--- a/poppler/SplashOutputDev.h
+++ b/poppler/SplashOutputDev.h
@@ -407,7 +407,7 @@ private:
   SplashPattern *getColor(GfxCMYK *cmyk);
   SplashPattern *getColor(GfxColor *deviceN);
 #endif
-  void getMatteColor( SplashColorMode colorMode, GfxImageColorMap *colorMap, 
GfxColor * matteColor, SplashColor splashMatteColor);
+  static void getMatteColor( SplashColorMode colorMode, GfxImageColorMap 
*colorMap, GfxColor * matteColor, SplashColor splashMatteColor);
   void setOverprintMask(GfxColorSpace *colorSpace, GBool overprintFlag,
                        int overprintMode, GfxColor *singleColor, GBool 
grayIndexed = gFalse);
   SplashPath *convertPath(GfxState *state, GfxPath *path,
_______________________________________________
poppler mailing list
poppler@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to