aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/Creeper.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/Creeper.h')
-rw-r--r--Minecraft.World/Creeper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/Creeper.h b/Minecraft.World/Creeper.h
index a5da0e10..ebd9fa78 100644
--- a/Minecraft.World/Creeper.h
+++ b/Minecraft.World/Creeper.h
@@ -45,7 +45,7 @@ protected:
public:
virtual void die(DamageSource *source);
- virtual bool doHurtTarget(shared_ptr<Entity> target);
+ virtual bool doHurtTarget(std::shared_ptr<Entity> target);
virtual bool isPowered();
float getSwelling(float a);