diff options
Diffstat (limited to 'src/font_asset.h')
| -rw-r--r-- | src/font_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font_asset.h b/src/font_asset.h index d39a6b24..7d1c5552 100644 --- a/src/font_asset.h +++ b/src/font_asset.h @@ -54,7 +54,7 @@ public: static std::string static_pkl_type (Standard standard); private: - std::string pkl_type (Standard standard) const { + std::string pkl_type (Standard standard) const override { return static_pkl_type (standard); } }; |
