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