diff options
| author | crupest <crupest@outlook.com> | 2022-01-12 21:35:08 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-01-12 21:35:08 +0800 | 
| commit | 7a42d92c10a4bc686244668dd0e3f903f30f2fae (patch) | |
| tree | e48fc4a47afa5eadbdf54cec6d2b73110f500680 /include/cru/win/gui/InputMethod.hpp | |
| parent | 882d843083895f4905571dc273e801ee18fd5984 (diff) | |
| download | cru-7a42d92c10a4bc686244668dd0e3f903f30f2fae.tar.gz cru-7a42d92c10a4bc686244668dd0e3f903f30f2fae.tar.bz2 cru-7a42d92c10a4bc686244668dd0e3f903f30f2fae.zip  | |
...
Diffstat (limited to 'include/cru/win/gui/InputMethod.hpp')
| -rw-r--r-- | include/cru/win/gui/InputMethod.hpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cru/win/gui/InputMethod.hpp b/include/cru/win/gui/InputMethod.hpp index df687617..3784dcda 100644 --- a/include/cru/win/gui/InputMethod.hpp +++ b/include/cru/win/gui/InputMethod.hpp @@ -70,7 +70,7 @@ class WinInputMethodContext : public WinNativeResource,   private:    void OnWindowNativeMessage(WindowNativeMessageEventArgs& args); -  std::u16string GetResultString(); +  String GetResultString();    AutoHIMC GetHIMC(); @@ -82,6 +82,6 @@ class WinInputMethodContext : public WinNativeResource,    Event<std::nullptr_t> composition_start_event_;    Event<std::nullptr_t> composition_end_event_;    Event<std::nullptr_t> composition_event_; -  Event<std::u16string_view> text_event_; +  Event<StringView> text_event_;  };  }  // namespace cru::platform::gui::win  | 
