diff options
Diffstat (limited to 'source/cChestEntity.h')
-rw-r--r-- | source/cChestEntity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cChestEntity.h b/source/cChestEntity.h index b24533d76..0f37bdc81 100644 --- a/source/cChestEntity.h +++ b/source/cChestEntity.h @@ -25,7 +25,7 @@ class cNBTData; class cChestEntity : public cBlockEntity, - public cWindowOwner + public cBlockEntityWindowOwner { public: cChestEntity(int a_X, int a_Y, int a_Z, cWorld * a_World); |