From 2d1d4ae3e39908237c1f2fd5315e4786cec5d781 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Thu, 19 Mar 2015 21:26:38 +0100 Subject: Removed unwanted base classes from Lua API. --- src/BlockEntities/BlockEntityWithItems.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/BlockEntities/BlockEntityWithItems.h') diff --git a/src/BlockEntities/BlockEntityWithItems.h b/src/BlockEntities/BlockEntityWithItems.h index 2c2ced1cb..740dbca51 100644 --- a/src/BlockEntities/BlockEntityWithItems.h +++ b/src/BlockEntities/BlockEntityWithItems.h @@ -21,7 +21,9 @@ // tolua_begin class cBlockEntityWithItems : public cBlockEntity, + // tolua_end public cItemGrid::cListener, + // tolua_begin public cBlockEntityWindowOwner { typedef cBlockEntity super; -- cgit v1.2.3