From bc466f07a454271d4845a7e8c7f0822541c5afbd Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Thu, 20 Sep 2012 13:25:54 +0000 Subject: Refactored windows. As described on the forum: http://forum.mc-server.org/showthread.php?tid=561 For now, only basic clicking works; shift-click not implemented yet. git-svn-id: http://mc-server.googlecode.com/svn/trunk@867 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/CraftingRecipes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/CraftingRecipes.h') diff --git a/source/CraftingRecipes.h b/source/CraftingRecipes.h index 25f8fdae2..74d103f4d 100644 --- a/source/CraftingRecipes.h +++ b/source/CraftingRecipes.h @@ -26,7 +26,7 @@ class cCraftingGrid // tolua_export public: cCraftingGrid(const cCraftingGrid & a_Original); cCraftingGrid(int a_Width, int a_Height); // tolua_export - cCraftingGrid(cItem * a_Items, int a_Width, int a_Height); + cCraftingGrid(const cItem * a_Items, int a_Width, int a_Height); ~cCraftingGrid(); // tolua_begin -- cgit v1.2.3