poppler/TextOutputDev.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit b7a6fb26fc3e83bbf89632f81ef996f42b4f73cf Author: Albert Astals Cid <[email protected]> Date: Thu Aug 26 23:55:58 2010 +0100 Make declaration match what there is in the .cc file diff --git a/poppler/TextOutputDev.h b/poppler/TextOutputDev.h index cceec20..438aee4 100644 --- a/poppler/TextOutputDev.h +++ b/poppler/TextOutputDev.h @@ -14,7 +14,7 @@ // Copyright (C) 2006 Ed Catmur <[email protected]> // Copyright (C) 2007-2008 Carlos Garcia Campos <[email protected]> // Copyright (C) 2007 Adrian Johnson <[email protected]> -// Copyright (C) 2008 Albert Astals Cid <[email protected]> +// Copyright (C) 2008, 2010 Albert Astals Cid <[email protected]> // Copyright (C) 2010 Brian Ewins <[email protected]> // // To see a description of the changes please see the Changelog file that @@ -579,7 +579,7 @@ private: ~TextPage(); void clear(); - void assignColumns(TextLineFrag *frags, int nFrags, int rot); + void assignColumns(TextLineFrag *frags, int nFrags, GBool rot); int dumpFragment(Unicode *text, int len, UnicodeMap *uMap, GooString *s); GBool rawOrder; // keep text in content stream order _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
