aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/WaterAnimal.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/WaterAnimal.h')
-rw-r--r--Minecraft.World/WaterAnimal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/WaterAnimal.h b/Minecraft.World/WaterAnimal.h
index 23b984f5..db7272bb 100644
--- a/Minecraft.World/WaterAnimal.h
+++ b/Minecraft.World/WaterAnimal.h
@@ -14,5 +14,5 @@ public:
protected:
virtual bool removeWhenFarAway();
- virtual int getExperienceReward(shared_ptr<Player> killedBy);
+ virtual int getExperienceReward(std::shared_ptr<Player> killedBy);
};