diff options
Diffstat (limited to '')
-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 323eb0f8a..2ae87d59f 100644 --- a/source/cChestEntity.h +++ b/source/cChestEntity.h @@ -34,7 +34,7 @@ public: void HandleData( cNBTData* a_NBTData );
- cItem * GetSlot( int a_Slot );
+ const cItem * GetSlot( int a_Slot ) const;
void SetSlot( int a_Slot, cItem & a_Item );
OBSOLETE bool LoadFromFile(cFile & a_File); // deprecated format
|