Fix some stuff

This commit is contained in:
Lynix
2019-07-07 00:24:02 +02:00
parent 8457cb4df7
commit d8f6af3191
2 changed files with 2 additions and 4 deletions

View File

@@ -28,8 +28,6 @@ namespace Ndk
void AppendText(const Nz::String& text);
void UpdateTextSprite();
inline void Clear();
//virtual TextAreaWidget* Clone() const = 0;
@@ -115,6 +113,7 @@ namespace Ndk
void RefreshCursor();
void UpdateDisplayText();
void UpdateTextSprite();
CharacterFilter m_characterFilter;
EchoMode m_echoMode;