diff options
Diffstat (limited to 'Project/Gain.h')
-rw-r--r-- | Project/Gain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Gain.h b/Project/Gain.h index c5ed6bd..3c2e66b 100644 --- a/Project/Gain.h +++ b/Project/Gain.h @@ -58,7 +58,7 @@ class Gain : public ControlElement */ virtual bool Solve(double* input, double timeStep); - 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); virtual Element* GetCopy(); |