summaryrefslogtreecommitdiffstats
path: root/Project/LoadForm.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/LoadForm.h')
-rw-r--r--Project/LoadForm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Project/LoadForm.h b/Project/LoadForm.h
index 3335bb6..27f03c5 100644
--- a/Project/LoadForm.h
+++ b/Project/LoadForm.h
@@ -18,7 +18,7 @@ class LoadForm : public LoadFormBase
virtual void OnOnButtonClick(wxCommandEvent& event);
virtual void OnStabilityButtonClick(wxCommandEvent& event);
- wxWindow* m_parent;
- Load* m_load;
+ wxWindow* m_parent = NULL;
+ Load* m_load = NULL;
};
#endif // LOADFORM_H