diff options
Diffstat (limited to 'Minecraft.World/NearestAttackableTargetGoal.h')
| -rw-r--r-- | Minecraft.World/NearestAttackableTargetGoal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/NearestAttackableTargetGoal.h b/Minecraft.World/NearestAttackableTargetGoal.h index a10e9264..af796840 100644 --- a/Minecraft.World/NearestAttackableTargetGoal.h +++ b/Minecraft.World/NearestAttackableTargetGoal.h @@ -13,7 +13,7 @@ public: public: DistComp(Entity *source); - bool operator() (shared_ptr<Entity> e1, shared_ptr<Entity> e2); + bool operator() (std::shared_ptr<Entity> e1, std::shared_ptr<Entity> e2); }; private: |
