summaryrefslogtreecommitdiff
path: root/poppler/GfxFont.h
diff options
context:
space:
mode:
Diffstat (limited to 'poppler/GfxFont.h')
-rw-r--r--poppler/GfxFont.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/poppler/GfxFont.h b/poppler/GfxFont.h
index 1ae9ac5d..e328f3dd 100644
--- a/poppler/GfxFont.h
+++ b/poppler/GfxFont.h
@@ -360,7 +360,7 @@ public:
Dict *getResources();
private:
- ~Gfx8BitFont();
+ ~Gfx8BitFont() override;
const Base14FontMapEntry *base14; // for Base-14 fonts only; NULL otherwise
char *enc[256]; // char code --> char name
@@ -411,7 +411,7 @@ public:
double getWidth(char* s, int len) const;
private:
- ~GfxCIDFont();
+ ~GfxCIDFont() override;
int mapCodeToGID(FoFiTrueType *ff, int cmapi,
Unicode unicode, bool wmode);