summaryrefslogtreecommitdiffstats
path: root/Project/IndMotorForm.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/IndMotorForm.h')
-rw-r--r--Project/IndMotorForm.h4
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