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/BusForm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Project/BusForm.h') 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 -- cgit