aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/TrapScreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/TrapScreen.cpp')
-rw-r--r--Minecraft.Client/TrapScreen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/TrapScreen.cpp b/Minecraft.Client/TrapScreen.cpp
index c7eb1472..6a199d0e 100644
--- a/Minecraft.Client/TrapScreen.cpp
+++ b/Minecraft.Client/TrapScreen.cpp
@@ -6,7 +6,7 @@
#include "..\Minecraft.World\DispenserTileEntity.h"
#include "..\Minecraft.World\net.minecraft.world.h"
-TrapScreen::TrapScreen(shared_ptr<Inventory> inventory, shared_ptr<DispenserTileEntity> trap) : AbstractContainerScreen(new TrapMenu(inventory, trap))
+TrapScreen::TrapScreen(std::shared_ptr<Inventory> inventory, std::shared_ptr<DispenserTileEntity> trap) : AbstractContainerScreen(new TrapMenu(inventory, trap))
{
}