blob: 74e79cb993ad7c3fe38b0aa11e72b1232b99a6f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/filters/kword/pdf/xpdf/xpdf/GlobalParams.cpp
+++ b/filters/kword/pdf/xpdf/xpdf/GlobalParams.cpp
@@ -146,7 +146,7 @@
displayCIDFonts = new GHash();
displayNamedCIDFonts = new GHash();
#ifdef HAVE_PAPER_H
- char *paperName;
+ const char *paperName;
const struct paper *paperType;
paperinit();
if ((paperName = systempapername())) {
|