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/resources/action.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources/action.h') diff --git a/src/resources/action.h b/src/resources/action.h index 4a8527603..4dcbaf47d 100644 --- a/src/resources/action.h +++ b/src/resources/action.h @@ -43,7 +43,7 @@ class Action final : public MemoryCounter A_DELETE_COPY(Action) - ~Action(); + ~Action() override final; void setAnimation(const SpriteDirection::Type direction, Animation *const animation) noexcept2; -- cgit v1.2.3-60-g2f50