diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2018-01-08 20:07:47 -0200 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2018-01-08 20:07:47 -0200 |
commit | c11a42ee83fcf535557d4f2cc259efae2da1b7ff (patch) | |
tree | 13fd8f4449f2cfeed8a6185e96a6889f9529285d /Project/MathExpression.h | |
parent | 95f61a7cad71c45c9e27af5c6f4bc5d64d5ecc45 (diff) | |
download | PSP.git-c11a42ee83fcf535557d4f2cc259efae2da1b7ff.tar.gz PSP.git-c11a42ee83fcf535557d4f2cc259efae2da1b7ff.tar.xz PSP.git-c11a42ee83fcf535557d4f2cc259efae2da1b7ff.zip |
File handling and control initialization organized
Diffstat (limited to 'Project/MathExpression.h')
-rw-r--r-- | Project/MathExpression.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/MathExpression.h b/Project/MathExpression.h index b3e30f7..f10965c 100644 --- a/Project/MathExpression.h +++ b/Project/MathExpression.h @@ -58,7 +58,7 @@ class MathExpression : public ControlElement void RemoveInNode(); virtual bool UpdateText(); - 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(); |