diff options
author | crupest <crupest@outlook.com> | 2021-10-21 22:15:52 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-10-21 22:15:52 +0800 |
commit | e998a88b5ad6cc260836b3374e882e2ef67d5d35 (patch) | |
tree | 0bf82250bae0817370986a9a20750bae92a4922f /include/cru | |
parent | 6f1edc1604341b32e13371c8a4ad431e9a00cc87 (diff) | |
download | cru-e998a88b5ad6cc260836b3374e882e2ef67d5d35.tar.gz cru-e998a88b5ad6cc260836b3374e882e2ef67d5d35.tar.bz2 cru-e998a88b5ad6cc260836b3374e882e2ef67d5d35.zip |
...
Diffstat (limited to 'include/cru')
-rw-r--r-- | include/cru/osx/gui/InputMethod.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cru/osx/gui/InputMethod.hpp b/include/cru/osx/gui/InputMethod.hpp index 79f06f36..6528ce57 100644 --- a/include/cru/osx/gui/InputMethod.hpp +++ b/include/cru/osx/gui/InputMethod.hpp @@ -12,6 +12,7 @@ class OsxInputMethodContextPrivate; class OsxInputMethodContext : public OsxGuiResource, public virtual IInputMethodContext { + friend OsxWindow; friend details::OsxInputMethodContextPrivate; public: |