From 00f62e4f3db5aa737b4242a3d691d2ade299fc72 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 28 Dec 2017 19:29:05 +0300 Subject: Add missing override and final to destructors. Also remove some empty destructors. --- src/render/imagegraphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/render/imagegraphics.h') diff --git a/src/render/imagegraphics.h b/src/render/imagegraphics.h index 2b3e5bd71..331332704 100644 --- a/src/render/imagegraphics.h +++ b/src/render/imagegraphics.h @@ -43,7 +43,7 @@ class ImegeGraphics final : public Graphics A_DELETE_COPY(ImegeGraphics) - ~ImegeGraphics(); + ~ImegeGraphics() override final; void setTarget(Image *const target) restrict2 noexcept2 { mTarget = target; } -- cgit v1.2.3-60-g2f50