aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/BoatModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/BoatModel.h')
-rw-r--r--Minecraft.Client/BoatModel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/BoatModel.h b/Minecraft.Client/BoatModel.h
index 4298b643..192e140f 100644
--- a/Minecraft.Client/BoatModel.h
+++ b/Minecraft.Client/BoatModel.h
@@ -7,5 +7,5 @@ class BoatModel : public Model
public:
ModelPart *cubes[5];
BoatModel();
- virtual void render(shared_ptr<Entity> entity, float time, float r, float bob, float yRot, float xRot, float scale, bool usecompiled);
+ virtual void render(std::shared_ptr<Entity> entity, float time, float r, float bob, float yRot, float xRot, float scale, bool usecompiled);
}; \ No newline at end of file