[poppler] Branch 'xpdf303merge' - poppler/JPXStream.cc

Albert Astals Cid aacid at kemper.freedesktop.org
Wed Aug 31 10:04:24 PDT 2011


 poppler/JPXStream.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 95a52f06a98f49f7c8f2b92634b75af96b4eee1d
Author: Albert Astals Cid <aacid at kde.org>
Date:   Wed Aug 31 19:07:22 2011 +0200

    xpdf303: Forgot this when doing the char * -> const char *

diff --git a/poppler/JPXStream.cc b/poppler/JPXStream.cc
index 724b4f5..069fba0 100644
--- a/poppler/JPXStream.cc
+++ b/poppler/JPXStream.cc
@@ -447,7 +447,7 @@ void JPXStream::fillReadBuf() {
   } while (readBufLen < 8);
 }
 
-GooString *JPXStream::getPSFilter(int psLevel, char *indent) {
+GooString *JPXStream::getPSFilter(int psLevel, const char *indent) {
   return NULL;
 }
 


More information about the poppler mailing list