diff options
Diffstat (limited to 'source/cFurnaceEntity.h')
-rw-r--r-- | source/cFurnaceEntity.h | 2 |
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 );
|