summaryrefslogtreecommitdiffstats
path: root/source/cChestEntity.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cChestEntity.h')
-rw-r--r--source/cChestEntity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cChestEntity.h b/source/cChestEntity.h
index c97eef5ad..9b747c184 100644
--- a/source/cChestEntity.h
+++ b/source/cChestEntity.h
@@ -39,7 +39,7 @@ public:
bool LoadFromJson( const Json::Value& a_Value );
virtual void SaveToJson(Json::Value& a_Value ) override;
- void SendTo( cClientHandle* a_Client, cServer* a_Server );
+ virtual void SendTo(cClientHandle & a_Client) override;
virtual void UsedBy( cPlayer * a_Player ) override;