diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-01-16 09:38:08 -0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-16 09:38:08 -0200 |
commit | 9c7c255d7dc957241364aca0e5322da926e33fc7 (patch) | |
tree | 16dda6fad8398941c3c8e4db6d48ef98602ec06f /Project/MathExpression.cpp | |
parent | af070d92462ac5586aa6a0a80c51a8fa72710600 (diff) | |
parent | db3fadbcc9f396ca22c4578101bbcd0a7e81609e (diff) | |
download | PSP.git-9c7c255d7dc957241364aca0e5322da926e33fc7.tar.gz PSP.git-9c7c255d7dc957241364aca0e5322da926e33fc7.tar.xz PSP.git-9c7c255d7dc957241364aca0e5322da926e33fc7.zip |
Merge pull request #46 from Thales1330/wip/induction-motor
Wip/induction motor
Diffstat (limited to 'Project/MathExpression.cpp')
-rw-r--r-- | Project/MathExpression.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/MathExpression.cpp b/Project/MathExpression.cpp index 1657880..066825f 100644 --- a/Project/MathExpression.cpp +++ b/Project/MathExpression.cpp @@ -122,7 +122,7 @@ void MathExpression::Draw(wxPoint2DDouble translation, double scale) const DrawNodes(); } -bool MathExpression::ShowForm(wxWindowMSW* parent, Element* element) +bool MathExpression::ShowForm(wxWindow* parent, Element* element) { MathExpressionForm* mathExprForm = new MathExpressionForm(parent, this); if(mathExprForm->ShowModal() == wxID_OK) { |