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 | |
parent | cf04f9807f0055e782e79940b7192cc16b57e951 (diff) | |
download | PSP.git-7ddd1d26ad13ad23f520dff08485ef2794d5958b.tar.gz PSP.git-7ddd1d26ad13ad23f520dff08485ef2794d5958b.tar.xz PSP.git-7ddd1d26ad13ad23f520dff08485ef2794d5958b.zip |
Linux bugfixes
Diffstat (limited to 'Project')
-rw-r--r-- | Project/MathExpression.cpp | 2 | ||||
-rw-r--r-- | Project/Project.project | 2 |
2 files changed, 2 insertions, 2 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) { diff --git a/Project/Project.project b/Project/Project.project index 2d8fb46..882f7a2 100644 --- a/Project/Project.project +++ b/Project/Project.project @@ -428,7 +428,7 @@ <Preprocessor Value="NDEBUG"/> <Preprocessor Value="UNICODE"/> </Compiler> - <Linker Options="$(shell wx-config --libs std,ribbon,aui,propgrid,richtext,gl)" Required="yes"> + <Linker Options="$(shell wx-config --libs std,ribbon,aui,propgrid,richtext,stc,gl)" Required="yes"> <Library Value="GLU"/> <Library Value="GL"/> </Linker> |