summaryrefslogtreecommitdiff
path: root/src/resources/beinginfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/beinginfo.h')
-rw-r--r--src/resources/beinginfo.h4
1 files changed, 2 insertions, 2 deletions
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 <list>
#include <map>
-struct Attack
+struct Attack final
{
std::string action;
std::string particleEffect;
@@ -66,7 +66,7 @@ typedef std::map<SoundEvent, StringVect*> SoundEvents;
* @see MonsterDB
* @see NPCDB
*/
-class BeingInfo
+class BeingInfo final
{
public:
static BeingInfo *unknown;