diff options
author | crupest <crupest@outlook.com> | 2021-11-18 17:56:12 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-11-18 17:56:12 +0800 |
commit | 814be0155a567328f95c3e1a2b7becf4f0b5b977 (patch) | |
tree | 2d9c0d041c6e94ce5cf373f85cfa75ddd939e22b /include/cru/osx/gui/UiApplication.hpp | |
parent | 0f3e84f0ef4c62d20e5cb4d9e5677ec39afb894d (diff) | |
download | cru-814be0155a567328f95c3e1a2b7becf4f0b5b977.tar.gz cru-814be0155a567328f95c3e1a2b7becf4f0b5b977.tar.bz2 cru-814be0155a567328f95c3e1a2b7becf4f0b5b977.zip |
...
Diffstat (limited to 'include/cru/osx/gui/UiApplication.hpp')
-rw-r--r-- | include/cru/osx/gui/UiApplication.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cru/osx/gui/UiApplication.hpp b/include/cru/osx/gui/UiApplication.hpp index a7b88010..e3cb269a 100644 --- a/include/cru/osx/gui/UiApplication.hpp +++ b/include/cru/osx/gui/UiApplication.hpp @@ -46,6 +46,8 @@ class OsxUiApplication : public OsxGuiResource, public virtual IUiApplication { ICursorManager* GetCursorManager() override; + IClipboard* GetClipboard() override; + private: void UnregisterWindow(OsxWindow* window); |