aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/InventoryScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/InventoryScreen.h')
-rw-r--r--Minecraft.Client/InventoryScreen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/InventoryScreen.h b/Minecraft.Client/InventoryScreen.h
index c39edfe0..4f62ce35 100644
--- a/Minecraft.Client/InventoryScreen.h
+++ b/Minecraft.Client/InventoryScreen.h
@@ -6,7 +6,7 @@ class Button;
class InventoryScreen : public AbstractContainerScreen
{
public:
- InventoryScreen(shared_ptr<Player> player);
+ InventoryScreen(std::shared_ptr<Player> player);
virtual void init();
protected:
virtual void renderLabels();