diff options
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; |