Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/T1Font.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/xpdf/T1Font.h')
-rw-r--r--pdf/xpdf/T1Font.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/pdf/xpdf/T1Font.h b/pdf/xpdf/T1Font.h
index 5215c3a..cfd7f62 100644
--- a/pdf/xpdf/T1Font.h
+++ b/pdf/xpdf/T1Font.h
@@ -11,9 +11,11 @@
#ifndef T1FONT_H
#define T1FONT_H
+#include <aconf.h>
+
#if HAVE_T1LIB_H
-#ifdef __GNUC__
+#ifdef USE_GCC_PRAGMAS
#pragma interface
#endif
@@ -39,6 +41,8 @@ private:
GBool aaHigh; // use high-res anti-aliasing?
GBool ok;
+ static int t1libInitCount;
+
friend class T1FontFile;
friend class T1Font;
};