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/TextForm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Project/TextForm.h') diff --git a/Project/TextForm.h b/Project/TextForm.h index a24d90e..069c0e4 100644 --- a/Project/TextForm.h +++ b/Project/TextForm.h @@ -32,9 +32,9 @@ protected: virtual void OnToBusChoiceSelected(wxCommandEvent& event); virtual void OnTypeChoiceSelected(wxCommandEvent& event); - Text* m_text; - Text* m_textToEdit; - wxWindow* m_parent; + Text* m_text = NULL; + Text* m_textToEdit = NULL; + wxWindow* m_parent = NULL; ElectricCalculation m_allElements; double m_systemPowerBase; }; -- cgit