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