summaryrefslogtreecommitdiffstats
path: root/source/cFurnaceEntity.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cFurnaceEntity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cFurnaceEntity.h b/source/cFurnaceEntity.h
index 647339b75..21cdb1e38 100644
--- a/source/cFurnaceEntity.h
+++ b/source/cFurnaceEntity.h
@@ -34,7 +34,7 @@ public:
bool LoadFromFile(cFile & a_File); // deprecated format
bool LoadFromJson(const Json::Value& a_Value );
- void SaveToJson (Json::Value& a_Value );
+ virtual void SaveToJson(Json::Value& a_Value ) override;
bool Tick( float a_Dt );