summaryrefslogtreecommitdiff
path: root/poppler/JBIG2Stream.h
diff options
context:
space:
mode:
authorBrad Hards <bradh@frogmouth.net>2005-08-31 09:51:41 +0000
committerBrad Hards <bradh@frogmouth.net>2005-08-31 09:51:41 +0000
commitde78738164319b733e54a9abfb5957870facd6cd (patch)
treeb431fabc7087239ce8da5d70191ffbf6e960bc80 /poppler/JBIG2Stream.h
parent55952feb637e300b073691ae95d68e766521a769 (diff)
poppler/JArithmeticDecoder.cc
poppler/JArithmeticDecoder.h poppler/JBIG2Stream.cc poppler/JBIG2Stream.h: merge in some of the JBIG2 changes from xpdf 3.0.1.
Diffstat (limited to 'poppler/JBIG2Stream.h')
-rw-r--r--poppler/JBIG2Stream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/poppler/JBIG2Stream.h b/poppler/JBIG2Stream.h
index d3c8228a..8692e972 100644
--- a/poppler/JBIG2Stream.h
+++ b/poppler/JBIG2Stream.h
@@ -43,8 +43,8 @@ public:
private:
void readSegments();
- void readSymbolDictSeg(Guint segNum, Guint length,
- Guint *refSegs, Guint nRefSegs);
+ GBool readSymbolDictSeg(Guint segNum, Guint length,
+ Guint *refSegs, Guint nRefSegs);
void readTextRegionSeg(Guint segNum, GBool imm,
GBool lossless, Guint length,
Guint *refSegs, Guint nRefSegs);