diff options
Diffstat (limited to 'Minecraft.Client/TrapScreen.h')
| -rw-r--r-- | Minecraft.Client/TrapScreen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/TrapScreen.h b/Minecraft.Client/TrapScreen.h index bda3158f..a993805d 100644 --- a/Minecraft.Client/TrapScreen.h +++ b/Minecraft.Client/TrapScreen.h @@ -6,7 +6,7 @@ class Inventory; class TrapScreen : public AbstractContainerScreen { public: - TrapScreen(shared_ptr<Inventory> inventory, shared_ptr<DispenserTileEntity> trap); + TrapScreen(std::shared_ptr<Inventory> inventory, std::shared_ptr<DispenserTileEntity> trap); protected: virtual void renderLabels(); virtual void renderBg(float a); |
