summaryrefslogtreecommitdiffstats
path: root/src/Bindings
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-03-19 21:26:38 +0100
committerMattes D <github@xoft.cz>2015-03-19 21:26:38 +0100
commit2d1d4ae3e39908237c1f2fd5315e4786cec5d781 (patch)
treeb27992ab5de96d2c791155c9e0866ed84e930146 /src/Bindings
parentAllToLua: Fixed cMonster inheritance. (diff)
downloadcuberite-2d1d4ae3e39908237c1f2fd5315e4786cec5d781.tar
cuberite-2d1d4ae3e39908237c1f2fd5315e4786cec5d781.tar.gz
cuberite-2d1d4ae3e39908237c1f2fd5315e4786cec5d781.tar.bz2
cuberite-2d1d4ae3e39908237c1f2fd5315e4786cec5d781.tar.lz
cuberite-2d1d4ae3e39908237c1f2fd5315e4786cec5d781.tar.xz
cuberite-2d1d4ae3e39908237c1f2fd5315e4786cec5d781.tar.zst
cuberite-2d1d4ae3e39908237c1f2fd5315e4786cec5d781.zip
Diffstat (limited to 'src/Bindings')
-rw-r--r--src/Bindings/LuaWindow.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Bindings/LuaWindow.h b/src/Bindings/LuaWindow.h
index 76530d99d..d4fc58660 100644
--- a/src/Bindings/LuaWindow.h
+++ b/src/Bindings/LuaWindow.h
@@ -35,8 +35,10 @@ This reference needs to be unreferenced in the Destroy() function.
*/
// tolua_begin
class cLuaWindow :
- public cWindow,
- public cItemGrid::cListener
+ public cWindow
+ // tolua_end
+ , public cItemGrid::cListener
+ // tolua_begin
{
typedef cWindow super;