From f075bed23c9a00e8e73f4580360d0c8900a3cfc7 Mon Sep 17 00:00:00 2001 From: faketruth Date: Sun, 2 Sep 2012 13:54:33 +0000 Subject: ToLua does not like the override keyword :( git-svn-id: http://mc-server.googlecode.com/svn/trunk@821 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cChestEntity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cChestEntity.h') diff --git a/source/cChestEntity.h b/source/cChestEntity.h index b129bf429..1e186dc9c 100644 --- a/source/cChestEntity.h +++ b/source/cChestEntity.h @@ -41,7 +41,7 @@ public: virtual void SendTo(cClientHandle & a_Client) override; - virtual void UsedBy( cPlayer * a_Player ) override; //tolua_export + virtual void UsedBy( cPlayer * a_Player ); //tolua_export cChestEntity * GetJoinedChest() { return m_JoinedChest; } // NOTE: Is this a safe function? Should it be exported to Lua? void SetJoinedChest(cChestEntity *a_Chest) { m_JoinedChest = a_Chest; } -- cgit v1.2.3