aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/TemperatureLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/TemperatureLayer.h')
-rw-r--r--Minecraft.World/TemperatureLayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/TemperatureLayer.h b/Minecraft.World/TemperatureLayer.h
index 34791caa..0da46402 100644
--- a/Minecraft.World/TemperatureLayer.h
+++ b/Minecraft.World/TemperatureLayer.h
@@ -5,7 +5,7 @@
class TemperatureLayer : public Layer
{
public:
- TemperatureLayer(shared_ptr<Layer> parent);
+ TemperatureLayer(std::shared_ptr<Layer> parent);
virtual intArray getArea(int xo, int yo, int w, int h);
}; \ No newline at end of file