From 6d28f4d48f5cb3462765c7a1d582cea49352be1f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 23 Sep 2012 19:52:08 +0300 Subject: Add missing final keywords to classes. --- 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 7b6494c99..0ad4ceaa1 100644 --- a/src/resources/action.h +++ b/src/resources/action.h @@ -31,7 +31,7 @@ class Animation; /** * An action consists of several animations, one for each direction. */ -class Action +class Action final { public: Action(); -- cgit v1.2.3-70-g09d2