aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/BossMobPart.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/BossMobPart.h')
-rw-r--r--Minecraft.World/BossMobPart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/BossMobPart.h b/Minecraft.World/BossMobPart.h
index 55af809f..7b53126f 100644
--- a/Minecraft.World/BossMobPart.h
+++ b/Minecraft.World/BossMobPart.h
@@ -23,5 +23,5 @@ protected:
public:
virtual bool isPickable();
virtual bool hurt(DamageSource *source, int damage);
- virtual bool is(shared_ptr<Entity> other);
+ virtual bool is(std::shared_ptr<Entity> other);
}; \ No newline at end of file