diff options
| author | crupest <crupest@outlook.com> | 2022-01-12 02:30:25 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-01-12 02:30:25 +0800 |
| commit | 882d843083895f4905571dc273e801ee18fd5984 (patch) | |
| tree | 163890b8ccb64b8eff28af558ac803affe392488 /include/cru/win/gui/InputMethod.hpp | |
| parent | 01f98ce88950cdb729f5db58bf26f2fffa1c326c (diff) | |
| download | cru-882d843083895f4905571dc273e801ee18fd5984.tar.gz cru-882d843083895f4905571dc273e801ee18fd5984.tar.bz2 cru-882d843083895f4905571dc273e801ee18fd5984.zip | |
...
Diffstat (limited to 'include/cru/win/gui/InputMethod.hpp')
| -rw-r--r-- | include/cru/win/gui/InputMethod.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/win/gui/InputMethod.hpp b/include/cru/win/gui/InputMethod.hpp index 51a007d8..df687617 100644 --- a/include/cru/win/gui/InputMethod.hpp +++ b/include/cru/win/gui/InputMethod.hpp @@ -65,7 +65,7 @@ class WinInputMethodContext : public WinNativeResource, IEvent<std::nullptr_t>* CompositionEvent() override; - IEvent<std::u16string_view>* TextEvent() override; + IEvent<StringView>* TextEvent() override; private: void OnWindowNativeMessage(WindowNativeMessageEventArgs& args); |
