ports/editors/pdfedit/files/patch-src-xpdf-xpdf-Object.h
Hiroki Sato cbef0b0505 - Resurrect editors/pdfedit. Fix to compile the library part only
because of QT3 deprecation long time ago.
- Take maintainership.
2016-06-11 20:53:25 +00:00

11 lines
368 B
C++

--- src/xpdf/xpdf/Object.h.orig 2015-08-23 03:17:00.826883000 +0900
+++ src/xpdf/xpdf/Object.h 2015-08-23 03:17:15.658920000 +0900
@@ -206,7 +206,7 @@
private:
ObjType type; // object type
- mutable union { // value for each type:
+ union { // value for each type:
GBool booln; // boolean
int intg; // integer
double real; // real