summaryrefslogtreecommitdiff
path: root/splash/SplashFTFontFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'splash/SplashFTFontFile.h')
-rw-r--r--splash/SplashFTFontFile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/splash/SplashFTFontFile.h b/splash/SplashFTFontFile.h
index f312a662..a73c671a 100644
--- a/splash/SplashFTFontFile.h
+++ b/splash/SplashFTFontFile.h
@@ -68,14 +68,14 @@ private:
SplashFontSrc *src,
FT_Face faceA,
int *codeToGIDA, int codeToGIDLenA,
- GBool trueTypeA, GBool type1A);
+ bool trueTypeA, bool type1A);
SplashFTFontEngine *engine;
FT_Face face;
int *codeToGID;
int codeToGIDLen;
- GBool trueType;
- GBool type1;
+ bool trueType;
+ bool type1;
friend class SplashFTFont;
};