diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2017-01-05 19:31:28 -0200 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2017-01-05 19:31:28 -0200 |
commit | b6f96ca48bc156898df79deba63d270b393fb150 (patch) | |
tree | 9c6e2fa2a45d6c6c4c14d8711b2b89066bfb37d7 /Project/IndMotorForm.h | |
parent | a1932eec23589ed67d824873b37de3e83a09cd24 (diff) | |
download | PSP.git-b6f96ca48bc156898df79deba63d270b393fb150.tar.gz PSP.git-b6f96ca48bc156898df79deba63d270b393fb150.tar.xz PSP.git-b6f96ca48bc156898df79deba63d270b393fb150.zip |
Text bugs fixed
Diffstat (limited to 'Project/IndMotorForm.h')
-rw-r--r-- | Project/IndMotorForm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Project/IndMotorForm.h b/Project/IndMotorForm.h index 90a680c..561bb25 100644 --- a/Project/IndMotorForm.h +++ b/Project/IndMotorForm.h @@ -16,7 +16,7 @@ class IndMotorForm : public IndMotorFormBase virtual void OnOKButtonClick(wxCommandEvent& event); virtual void OnStabilityButtonClick(wxCommandEvent& event); - wxWindow* m_parent; - IndMotor* m_indMotor; + wxWindow* m_parent = NULL; + IndMotor* m_indMotor = NULL; }; #endif // INDMOTORFORM_H |