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/emotedb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/resources/emotedb.h') diff --git a/src/resources/emotedb.h b/src/resources/emotedb.h index 50742d7b5..1c210263a 100644 --- a/src/resources/emotedb.h +++ b/src/resources/emotedb.h @@ -29,13 +29,13 @@ class AnimatedSprite; -struct EmoteSprite +struct EmoteSprite final { const AnimatedSprite *sprite; std::string name; }; -struct EmoteInfo +struct EmoteInfo final { std::list sprites; StringVect particles; -- cgit v1.2.3-70-g09d2