You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
354 B
12 lines
354 B
--- 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())) {
|