[poppler] goo/GooString.h

Albert Astals Cid aacid at kemper.freedesktop.org
Sun Mar 4 14:47:47 PST 2012


 goo/GooString.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 2484bc0f29aef74c45ea39ef1e24804ed736154c
Author: Albert Astals Cid <aacid at kde.org>
Date:   Sun Mar 4 23:47:24 2012 +0100

    Fix mismatch in some functions declarations

diff --git a/goo/GooString.h b/goo/GooString.h
index 88913a4..23558b0 100644
--- a/goo/GooString.h
+++ b/goo/GooString.h
@@ -17,7 +17,7 @@
 //
 // Copyright (C) 2006 Kristian Høgsberg <krh at redhat.com>
 // Copyright (C) 2006 Krzysztof Kowalczyk <kkowalczyk at gmail.com>
-// Copyright (C) 2008-2010 Albert Astals Cid <aacid at kde.org>
+// Copyright (C) 2008-2010, 2012 Albert Astals Cid <aacid at kde.org>
 //
 // To see a description of the changes please see the Changelog file that
 // came with your tarball or type make ChangeLog if you are building from git
@@ -174,7 +174,7 @@ private:
 #else
   static void formatInt(long x, char *buf, int bufSize,
 			GBool zeroFill, int width, int base,
-			const char **p, int *len);
+			char **p, int *len);
 #endif
 #ifdef ULLONG_MAX
   static void formatUInt(unsigned long long x, char *buf, int bufSize,
@@ -183,7 +183,7 @@ private:
 #else
   static void formatUInt(Gulong x, char *buf, int bufSize,
 			 GBool zeroFill, int width, int base,
-			 const char **p, int *len);
+			 char **p, int *len);
 #endif
   static void formatDouble(double x, char *buf, int bufSize, int prec,
 			   GBool trim, char **p, int *len);


More information about the poppler mailing list