diff options
Diffstat (limited to 'core/fxge/fx_font.h')
-rw-r--r-- | core/fxge/fx_font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxge/fx_font.h b/core/fxge/fx_font.h index f2550d0488..c617376757 100644 --- a/core/fxge/fx_font.h +++ b/core/fxge/fx_font.h @@ -81,7 +81,7 @@ class CFX_GlyphBitmap { inline CFX_GlyphBitmap::CFX_GlyphBitmap() : m_pBitmap(pdfium::MakeRetain<CFX_DIBitmap>()) {} -inline CFX_GlyphBitmap::~CFX_GlyphBitmap() {} +inline CFX_GlyphBitmap::~CFX_GlyphBitmap() = default; class FXTEXT_GLYPHPOS { public: |