Changed inheritance a bit

* cBlockEntityWithItems now inherits from cBlockEntityWindowOwner
This commit is contained in:
Tiger Wang
2014-02-12 22:01:22 +00:00
parent 91ebb6cef0
commit f97ce30151
8 changed files with 55 additions and 34 deletions
+1 -3
View File
@@ -11,7 +11,6 @@
#pragma once
#include "BlockEntityWithItems.h"
#include "../UI/WindowOwner.h"
@@ -31,8 +30,7 @@ class cServer;
// tolua_begin
class cDropSpenserEntity :
public cBlockEntityWithItems,
public cBlockEntityWindowOwner
public cBlockEntityWithItems
{
typedef cBlockEntityWithItems super;