summaryrefslogtreecommitdiff
path: root/poppler/TextOutputDev.h
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2018-09-23 02:31:19 +0200
committerAlbert Astals Cid <aacid@kde.org>2018-09-23 02:31:19 +0200
commit2add4fd2a1d26a00659c9441feafd51a10b671c1 (patch)
tree3c25a73d2130d62129a82cd5702836756dfd2200 /poppler/TextOutputDev.h
parentbdb0a44e069d5767b0a12623d8f8ec7fcb6a4a0e (diff)
TextOutputDev: const filename
Diffstat (limited to 'poppler/TextOutputDev.h')
-rw-r--r--poppler/TextOutputDev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/poppler/TextOutputDev.h b/poppler/TextOutputDev.h
index f2435545..e793401f 100644
--- a/poppler/TextOutputDev.h
+++ b/poppler/TextOutputDev.h
@@ -761,7 +761,7 @@ public:
// <physLayoutA> is true, the original physical layout of the text
// is maintained. If <rawOrder> is true, the text is kept in
// content stream order.
- TextOutputDev(char *fileName, GBool physLayoutA,
+ TextOutputDev(const char *fileName, GBool physLayoutA,
double fixedPitchA, GBool rawOrderA,
GBool append);