mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-29 18:34:55 +00:00
fix: unglob all of /Build/Common
This commit is contained in:
@@ -21,7 +21,7 @@ int SlotProgressControl::GetValue()
|
||||
{
|
||||
SlotControlUserDataContainer* pUserDataContainer = (SlotControlUserDataContainer*)pvUserData;
|
||||
|
||||
shared_ptr<ItemInstance> item = shared_ptr<ItemInstance>();
|
||||
std::shared_ptr<ItemInstance> item = std::shared_ptr<ItemInstance>();
|
||||
|
||||
if( pUserDataContainer->slot != NULL )
|
||||
{
|
||||
@@ -69,7 +69,7 @@ void SlotProgressControl::GetRange(int *pnRangeMin, int *pnRangeMax)
|
||||
{
|
||||
SlotControlUserDataContainer* pUserDataContainer = (SlotControlUserDataContainer*)pvUserData;
|
||||
|
||||
shared_ptr<ItemInstance> item = shared_ptr<ItemInstance>();
|
||||
std::shared_ptr<ItemInstance> item = std::shared_ptr<ItemInstance>();
|
||||
|
||||
if( pUserDataContainer->slot != NULL )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user