diff options
author | crupest <crupest@outlook.com> | 2021-10-15 20:35:17 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-10-15 20:35:17 +0800 |
commit | ed368423531b24e8735db0afe38c7486145caa56 (patch) | |
tree | 2a88be9ce9062ac3c7e5c4ceb496d687102815ec /include/cru/osx/gui/Window.hpp | |
parent | d3e2a751353e6c5b0e4d7c0a2af1cdbc09d3ea95 (diff) | |
download | cru-ed368423531b24e8735db0afe38c7486145caa56.tar.gz cru-ed368423531b24e8735db0afe38c7486145caa56.tar.bz2 cru-ed368423531b24e8735db0afe38c7486145caa56.zip |
...
Diffstat (limited to 'include/cru/osx/gui/Window.hpp')
-rw-r--r-- | include/cru/osx/gui/Window.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/osx/gui/Window.hpp b/include/cru/osx/gui/Window.hpp index 56ae83e6..710246bc 100644 --- a/include/cru/osx/gui/Window.hpp +++ b/include/cru/osx/gui/Window.hpp @@ -133,6 +133,6 @@ class OsxInputMethodContext : public OsxGuiResource, IEvent<StringView>* TextEvent() override; private: - details::OsxInputMethodContextPrivate* p_; + std::unique_ptr<details::OsxInputMethodContextPrivate> p_; }; } // namespace cru::platform::gui::osx |