diff options
Diffstat (limited to 'Minecraft.Client/Common/XUI/XUI_Ctrl_EnchantmentBook.h')
| -rw-r--r-- | Minecraft.Client/Common/XUI/XUI_Ctrl_EnchantmentBook.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/Common/XUI/XUI_Ctrl_EnchantmentBook.h b/Minecraft.Client/Common/XUI/XUI_Ctrl_EnchantmentBook.h index 93da0768..8d22eed9 100644 --- a/Minecraft.Client/Common/XUI/XUI_Ctrl_EnchantmentBook.h +++ b/Minecraft.Client/Common/XUI/XUI_Ctrl_EnchantmentBook.h @@ -42,7 +42,7 @@ private: float m_fScale,m_fAlpha; int m_iPad; CXuiSceneEnchant *m_containerScene; - shared_ptr<ItemInstance> last; + std::shared_ptr<ItemInstance> last; float m_fScreenWidth,m_fScreenHeight; float m_fRawWidth,m_fRawHeight; |
