mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
12 lines
328 B
C++
12 lines
328 B
C++
--- src/xpdf/xpdf/Object.h.orig 2009-09-11 12:04:43 UTC
|
|
+++ src/xpdf/xpdf/Object.h
|
|
@@ -206,7 +206,7 @@ public:
|
|
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
|