aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Common/XUI/SlotProgressControl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/Common/XUI/SlotProgressControl.cpp')
-rw-r--r--Minecraft.Client/Common/XUI/SlotProgressControl.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/Minecraft.Client/Common/XUI/SlotProgressControl.cpp b/Minecraft.Client/Common/XUI/SlotProgressControl.cpp
index 180ade67..91f362a3 100644
--- a/Minecraft.Client/Common/XUI/SlotProgressControl.cpp
+++ b/Minecraft.Client/Common/XUI/SlotProgressControl.cpp
@@ -20,8 +20,8 @@ int SlotProgressControl::GetValue()
if( pvUserData != NULL )
{
SlotControlUserDataContainer* pUserDataContainer = (SlotControlUserDataContainer*)pvUserData;
-
- std::shared_ptr<ItemInstance> item = std::shared_ptr<ItemInstance>();
+
+ shared_ptr<ItemInstance> item = shared_ptr<ItemInstance>();
if( pUserDataContainer->slot != NULL )
{
@@ -68,8 +68,8 @@ void SlotProgressControl::GetRange(int *pnRangeMin, int *pnRangeMax)
if( pvUserData != NULL )
{
SlotControlUserDataContainer* pUserDataContainer = (SlotControlUserDataContainer*)pvUserData;
-
- std::shared_ptr<ItemInstance> item = std::shared_ptr<ItemInstance>();
+
+ shared_ptr<ItemInstance> item = shared_ptr<ItemInstance>();
if( pUserDataContainer->slot != NULL )
{