diff options
author | crupest <crupest@outlook.com> | 2021-10-16 22:30:29 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-10-16 22:30:29 +0800 |
commit | e9f586071a83b2551dbc7c98ccfaa8e6b3189f01 (patch) | |
tree | 1191207902f833584517df87d4b1fa7d7ce5783b /include/cru/osx | |
parent | ed368423531b24e8735db0afe38c7486145caa56 (diff) | |
download | cru-e9f586071a83b2551dbc7c98ccfaa8e6b3189f01.tar.gz cru-e9f586071a83b2551dbc7c98ccfaa8e6b3189f01.tar.bz2 cru-e9f586071a83b2551dbc7c98ccfaa8e6b3189f01.zip |
...
Diffstat (limited to 'include/cru/osx')
-rw-r--r-- | include/cru/osx/graphics/quartz/Painter.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/osx/graphics/quartz/Painter.hpp b/include/cru/osx/graphics/quartz/Painter.hpp index 715cc364..8d693d8b 100644 --- a/include/cru/osx/graphics/quartz/Painter.hpp +++ b/include/cru/osx/graphics/quartz/Painter.hpp @@ -21,7 +21,7 @@ class QuartzCGContextPainter : public OsxQuartzResource, CRU_DELETE_COPY(QuartzCGContextPainter) CRU_DELETE_MOVE(QuartzCGContextPainter) - ~QuartzCGContextPainter() override = default; + ~QuartzCGContextPainter() override; public: Matrix GetTransform() override; |