Fix some missing override

This commit is contained in:
Lynix
2019-12-28 11:44:13 +01:00
parent 97418bfe04
commit ba405aaa5f
2 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ namespace Ndk
void HandleSelectionIndentation(bool add) override;
void HandleWordCursorMove(bool left) override;
void UpdateDisplayText();
void UpdateDisplayText() override;
Nz::SimpleTextDrawer m_drawer;
Nz::String m_text;