diff options
Diffstat (limited to 'Project/IndMotor.h')
-rw-r--r-- | Project/IndMotor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/IndMotor.h b/Project/IndMotor.h index bd2c572..c210279 100644 --- a/Project/IndMotor.h +++ b/Project/IndMotor.h @@ -53,7 +53,7 @@ class IndMotor : public Machines virtual IndMotorElectricalData GetPUElectricalData(double systemPowerBase); virtual void SetElectricalData(IndMotorElectricalData electricalData) { m_electricalData = electricalData; } - virtual void SaveElement(rapidxml::xml_document<>& doc, rapidxml::xml_node<>* elementListNode); + virtual rapidxml::xml_node<>* SaveElement(rapidxml::xml_document<>& doc, rapidxml::xml_node<>* elementListNode); virtual bool OpenElement(rapidxml::xml_node<>* elementNode, std::vector<Element*> parentList); protected: |