summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Giant.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/Giant.h')
-rw-r--r--src/Mobs/Giant.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Giant.h b/src/Mobs/Giant.h
index 356dd4352..7c04c9b4f 100644
--- a/src/Mobs/Giant.h
+++ b/src/Mobs/Giant.h
@@ -15,7 +15,7 @@ class cGiant :
public:
cGiant(void);
- CLASS_PROTODEF(cGiant);
+ CLASS_PROTODEF(cGiant)
virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = NULL) override;
} ;