summaryrefslogtreecommitdiffstats
path: root/Project/BusForm.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/BusForm.h')
-rw-r--r--Project/BusForm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Project/BusForm.h b/Project/BusForm.h
index 33b8caf..38cb9d7 100644
--- a/Project/BusForm.h
+++ b/Project/BusForm.h
@@ -22,7 +22,7 @@ protected:
virtual void EnableStabFaultFields(bool enable = true);
virtual void UpdateChoiceBoxes();
- Bus* m_bus;
- wxWindow* m_parent;
+ Bus* m_bus = NULL;
+ wxWindow* m_parent = NULL;
};
#endif // BUSFORM_H