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

New commits:
commit 2484bc0f29aef74c45ea39ef1e24804ed736154c
Author: Albert Astals Cid <[email protected]>
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 <[email protected]>
 // Copyright (C) 2006 Krzysztof Kowalczyk <[email protected]>
-// Copyright (C) 2008-2010 Albert Astals Cid <[email protected]>
+// Copyright (C) 2008-2010, 2012 Albert Astals Cid <[email protected]>
 //
 // 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);
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to