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/beinginfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/resources/beinginfo.h') diff --git a/src/resources/beinginfo.h b/src/resources/beinginfo.h index 0d3973a5c..ccd9ccf21 100644 --- a/src/resources/beinginfo.h +++ b/src/resources/beinginfo.h @@ -28,7 +28,7 @@ #include #include -struct Attack +struct Attack final { std::string action; std::string particleEffect; @@ -66,7 +66,7 @@ typedef std::map SoundEvents; * @see MonsterDB * @see NPCDB */ -class BeingInfo +class BeingInfo final { public: static BeingInfo *unknown; -- cgit v1.2.3-70-g09d2