diff options
author | Thales Lima <thaleslima.ufu@gmail.com> | 2018-05-15 13:42:48 -0300 |
---|---|---|
committer | Thales Lima <thaleslima.ufu@gmail.com> | 2018-05-15 13:42:48 -0300 |
commit | 7ddd1d26ad13ad23f520dff08485ef2794d5958b (patch) | |
tree | 52a2b4cff9bfabe1fe8161519624b3a4c1740c89 /Project/MathExpression.cpp | |
parent | cf04f9807f0055e782e79940b7192cc16b57e951 (diff) | |
download | PSP.git-7ddd1d26ad13ad23f520dff08485ef2794d5958b.tar.gz PSP.git-7ddd1d26ad13ad23f520dff08485ef2794d5958b.tar.xz PSP.git-7ddd1d26ad13ad23f520dff08485ef2794d5958b.zip |
Linux bugfixes
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) { |