summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2010-08-26 23:55:58 +0100
committerAlbert Astals Cid <aacid@kde.org>2010-08-26 23:55:58 +0100
commitb7a6fb26fc3e83bbf89632f81ef996f42b4f73cf (patch)
treefbd8bafa372ab6793429ddf04dbf1b89dbfe42fa
parent213a60ad48684f56b94f6b0eac642e7dfb3b4825 (diff)
Make declaration match what there is in the .cc file
-rw-r--r--poppler/TextOutputDev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/poppler/TextOutputDev.h b/poppler/TextOutputDev.h
index cceec201..438aee49 100644
--- a/poppler/TextOutputDev.h
+++ b/poppler/TextOutputDev.h
@@ -14,7 +14,7 @@
// Copyright (C) 2006 Ed Catmur <ed@catmur.co.uk>
// Copyright (C) 2007-2008 Carlos Garcia Campos <carlosgc@gnome.org>
// Copyright (C) 2007 Adrian Johnson <ajohnson@redneon.com>
-// Copyright (C) 2008 Albert Astals Cid <aacid@kde.org>
+// Copyright (C) 2008, 2010 Albert Astals Cid <aacid@kde.org>
// Copyright (C) 2010 Brian Ewins <brian.ewins@gmail.com>
//
// 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