aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Common/XUI/XUI_DebugItemEditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/Common/XUI/XUI_DebugItemEditor.h')
-rw-r--r--Minecraft.Client/Common/XUI/XUI_DebugItemEditor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.Client/Common/XUI/XUI_DebugItemEditor.h b/Minecraft.Client/Common/XUI/XUI_DebugItemEditor.h
index 2e2f5b5a..0445a679 100644
--- a/Minecraft.Client/Common/XUI/XUI_DebugItemEditor.h
+++ b/Minecraft.Client/Common/XUI/XUI_DebugItemEditor.h
@@ -8,7 +8,7 @@ using namespace std;
class CScene_DebugItemEditor : public CXuiSceneImpl
{
-#ifdef _DEBUG_MENUS_ENABLED
+#ifdef _DEBUG_MENUS_ENABLED
public:
typedef struct _ItemEditorInput
{
@@ -18,7 +18,7 @@ public:
} ItemEditorInput;
private:
int m_iPad;
- shared_ptr<ItemInstance> m_item;
+ std::shared_ptr<ItemInstance> m_item;
Slot *m_slot;
AbstractContainerMenu *m_menu;