poppler/PSOutputDev.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8eea66b804c2651be4d91eed4b0992cc0c6f3e47
Author: Albert Astals Cid <aa...@kde.org>
Date:   Wed Jun 14 22:13:17 2023 +0200

    PSOutputDev::writePSFmt is GOOSTRING_FORMAT

diff --git a/poppler/PSOutputDev.h b/poppler/PSOutputDev.h
index 1b6257c9..1d3ac143 100644
--- a/poppler/PSOutputDev.h
+++ b/poppler/PSOutputDev.h
@@ -15,7 +15,7 @@
 //
 // Copyright (C) 2005 Martin Kretzschmar <mart...@gnome.org>
 // Copyright (C) 2005 Kristian Høgsberg <k...@redhat.com>
-// Copyright (C) 2006-2008, 2012, 2013, 2015, 2017-2022 Albert Astals Cid 
<aa...@kde.org>
+// Copyright (C) 2006-2008, 2012, 2013, 2015, 2017-2023 Albert Astals Cid 
<aa...@kde.org>
 // Copyright (C) 2007 Brad Hards <br...@kde.org>
 // Copyright (C) 2009-2013 Thomas Freitag <thomas.frei...@alfa.de>
 // Copyright (C) 2009 Till Kamppeter <till.kamppe...@gmail.com>
@@ -409,7 +409,7 @@ private:
     void writePSChar(char c);
     void writePS(const char *s);
     void writePSBuf(const char *s, int len);
-    void writePSFmt(const char *fmt, ...);
+    void writePSFmt(const char *fmt, ...) GOOSTRING_FORMAT;
     void writePSString(const std::string &s);
     void writePSName(const char *s);
     GooString *filterPSLabel(GooString *label, bool *needParens = nullptr);

Reply via email to