diff options
Diffstat (limited to 'core/fxge/ifx_systemfontinfo.h')
-rw-r--r-- | core/fxge/ifx_systemfontinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxge/ifx_systemfontinfo.h b/core/fxge/ifx_systemfontinfo.h index b6d6626552..391baa2cdd 100644 --- a/core/fxge/ifx_systemfontinfo.h +++ b/core/fxge/ifx_systemfontinfo.h @@ -20,7 +20,7 @@ class IFX_SystemFontInfo { static std::unique_ptr<IFX_SystemFontInfo> CreateDefault( const char** pUserPaths); - virtual ~IFX_SystemFontInfo() {} + virtual ~IFX_SystemFontInfo() = default; virtual bool EnumFontList(CFX_FontMapper* pMapper) = 0; virtual void* MapFont(int weight, |