From b6f96ca48bc156898df79deba63d270b393fb150 Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Thu, 5 Jan 2017 19:31:28 -0200 Subject: Text bugs fixed --- Project/IndMotorForm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Project/IndMotorForm.h') 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 -- cgit