summaryrefslogtreecommitdiff
path: root/poppler/CairoFontEngine.h
diff options
context:
space:
mode:
Diffstat (limited to 'poppler/CairoFontEngine.h')
-rw-r--r--poppler/CairoFontEngine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/poppler/CairoFontEngine.h b/poppler/CairoFontEngine.h
index 0a9ce8be..89a2f4da 100644
--- a/poppler/CairoFontEngine.h
+++ b/poppler/CairoFontEngine.h
@@ -53,7 +53,7 @@ public:
CairoFont& operator=(const CairoFont &other) = delete;
virtual bool matches(Ref &other, bool printing);
- cairo_font_face_t *getFontFace(void);
+ cairo_font_face_t *getFontFace();
unsigned long getGlyph(CharCode code, const Unicode *u, int uLen);
double getSubstitutionCorrection(GfxFont *gfxFont);