summaryrefslogtreecommitdiffstats
path: root/source/cFurnaceEntity.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cFurnaceEntity.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/cFurnaceEntity.h b/source/cFurnaceEntity.h
index 19b518cda..647339b75 100644
--- a/source/cFurnaceEntity.h
+++ b/source/cFurnaceEntity.h
@@ -37,7 +37,8 @@ public:
void SaveToJson (Json::Value& a_Value );
bool Tick( float a_Dt );
- virtual void UsedBy( cPlayer & a_Player );
+
+ virtual void UsedBy( cPlayer * a_Player ) override;
bool StartCooking();