aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/BreedGoal.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/BreedGoal.h')
-rw-r--r--Minecraft.World/BreedGoal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/BreedGoal.h b/Minecraft.World/BreedGoal.h
index d2b47e7d..0e07119d 100644
--- a/Minecraft.World/BreedGoal.h
+++ b/Minecraft.World/BreedGoal.h
@@ -23,7 +23,7 @@ public:
virtual void tick();
private:
- shared_ptr<Animal> getFreePartner();
+ std::shared_ptr<Animal> getFreePartner();
void breed();
public: