Fix inconsistent-missing-override warnings

This commit is contained in:
sfan5
2021-03-06 14:01:22 +01:00
parent 94aafaef15
commit e3decfa3be
3 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@ public:
kerning value. For example, EGFT_BITMAP will add the right kerning value of previousLetter to the
left side kerning value of thisLetter, then add the global value.
*/
virtual s32 getKerningWidth(const wchar_t* thisLetter=0, const wchar_t* previousLetter=0) const = 0;
virtual s32 getKerningWidth(const wchar_t* thisLetter=0, const wchar_t* previousLetter=0) const _IRR_OVERRIDE_ = 0;
};
} // end namespace gui