aboutsummaryrefslogtreecommitdiff
path: root/include/cru/osx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-10-16 22:30:29 +0800
committercrupest <crupest@outlook.com>2021-10-16 22:30:29 +0800
commite9f586071a83b2551dbc7c98ccfaa8e6b3189f01 (patch)
tree1191207902f833584517df87d4b1fa7d7ce5783b /include/cru/osx
parented368423531b24e8735db0afe38c7486145caa56 (diff)
downloadcru-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.hpp2
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;