aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/RedStoneItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/RedStoneItem.h')
-rw-r--r--Minecraft.World/RedStoneItem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.World/RedStoneItem.h b/Minecraft.World/RedStoneItem.h
index 01be92ff..13ee7f13 100644
--- a/Minecraft.World/RedStoneItem.h
+++ b/Minecraft.World/RedStoneItem.h
@@ -3,11 +3,11 @@ using namespace std;
#include "Item.h"
- class RedStoneItem : public Item
+ class RedStoneItem : public Item
{
public:
RedStoneItem(int id);
public:
- virtual bool useOn(shared_ptr<ItemInstance> itemInstance, shared_ptr<Player> player, Level *level, int x, int y, int z, int face, float clickX, float clickY, float clickZ, bool bTestUseOnOnly=false);
+ virtual bool useOn(std::shared_ptr<ItemInstance> itemInstance, std::shared_ptr<Player> player, Level *level, int x, int y, int z, int face, float clickX, float clickY, float clickZ, bool bTestUseOnOnly=false);
}; \ No newline at end of file