poppler/Stream.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 910c1c6f52b095be6ff0835519ad061c32201e80 Author: Glenn Ganz <[email protected]> Date: Fri Oct 16 20:54:32 2009 +0200 fix constructor of DCTStream diff --git a/poppler/Stream.cc b/poppler/Stream.cc index 01efcd6..7137c5e 100644 --- a/poppler/Stream.cc +++ b/poppler/Stream.cc @@ -18,6 +18,7 @@ // Copyright (C) 2007 Krzysztof Kowalczyk <[email protected]> // Copyright (C) 2008 Julien Rebetez <[email protected]> // Copyright (C) 2009 Carlos Garcia Campos <[email protected]> +// Copyright (C) 2009 Glenn Ganz <[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 @@ -2030,7 +2031,7 @@ static const int dctZigZag[64] = { 63 }; -DCTStream::DCTStream(Stream *strA, GBool colorXformA): +DCTStream::DCTStream(Stream *strA, int colorXformA): FilterStream(strA) { int i, j; _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
