diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-14 01:00:05 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-14 01:00:05 +0200 |
| commit | 274dd30f2b11fe8ea563a2ac7436c9d463865b0b (patch) | |
| tree | 199e7447606339d461f6f87d16095376d8f809b3 /src/font_asset.h | |
| parent | 4bd57fbbac67ac04ec47a9765b9f278aa1691851 (diff) | |
Fix/hide some warnings.
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); } }; |
