aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/CraftingScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/CraftingScreen.h')
-rw-r--r--Minecraft.Client/CraftingScreen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/CraftingScreen.h b/Minecraft.Client/CraftingScreen.h
index 42b2623a..2de1681f 100644
--- a/Minecraft.Client/CraftingScreen.h
+++ b/Minecraft.Client/CraftingScreen.h
@@ -6,7 +6,7 @@ class Level;
class CraftingScreen : public AbstractContainerScreen
{
public:
- CraftingScreen(std::shared_ptr<Inventory> inventory, Level *level, int x, int y, int z);
+ CraftingScreen(shared_ptr<Inventory> inventory, Level *level, int x, int y, int z);
virtual void removed();
protected:
virtual void renderLabels();