X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2Fxpdf%2FT1Font.h;h=cfd7f620611fc6ecf0a15cbbf0bc0da5062fe54b;hb=bfd0b848c8c81ab10698f74b77f9f0904c3161e1;hp=5215c3a6e8e0e69e4404750a029fdebb805a272c;hpb=2a393c134fe3fe8eb85bf818cb7ad6ae4396322a;p=evince.git diff --git a/pdf/xpdf/T1Font.h b/pdf/xpdf/T1Font.h index 5215c3a6..cfd7f620 100644 --- a/pdf/xpdf/T1Font.h +++ b/pdf/xpdf/T1Font.h @@ -11,9 +11,11 @@ #ifndef T1FONT_H #define T1FONT_H +#include + #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; };