diff options
author | crupest <crupest@outlook.com> | 2021-11-20 22:43:30 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-11-20 22:43:30 +0800 |
commit | a60910cb3db6f47fd8f3b7f31648a9d0514d4f2c (patch) | |
tree | 32c01c22e21742ae0c9febb2cbc26339f99eec1d /include/cru/osx/gui/InputMethod.hpp | |
parent | 1a53ed0791d9793ed8030d3a44e833e5e7c4542b (diff) | |
download | cru-a60910cb3db6f47fd8f3b7f31648a9d0514d4f2c.tar.gz cru-a60910cb3db6f47fd8f3b7f31648a9d0514d4f2c.tar.bz2 cru-a60910cb3db6f47fd8f3b7f31648a9d0514d4f2c.zip |
...
Diffstat (limited to 'include/cru/osx/gui/InputMethod.hpp')
-rw-r--r-- | include/cru/osx/gui/InputMethod.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/cru/osx/gui/InputMethod.hpp b/include/cru/osx/gui/InputMethod.hpp index aa013338..d184a722 100644 --- a/include/cru/osx/gui/InputMethod.hpp +++ b/include/cru/osx/gui/InputMethod.hpp @@ -7,12 +7,14 @@ namespace cru::platform::gui::osx { class OsxWindow; namespace details { +class OsxWindowPrivate; class OsxInputMethodContextPrivate; -} +} // namespace details class OsxInputMethodContext : public OsxGuiResource, public virtual IInputMethodContext { friend OsxWindow; + friend details::OsxWindowPrivate; friend details::OsxInputMethodContextPrivate; public: |