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/SwitchingForm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/SwitchingForm.h') diff --git a/Project/SwitchingForm.h b/Project/SwitchingForm.h index 3a6e566..5a4aa51 100644 --- a/Project/SwitchingForm.h +++ b/Project/SwitchingForm.h @@ -23,6 +23,6 @@ protected: int m_maxID = 0; - Element* m_element; + Element* m_element = NULL; }; #endif // SWITCHINGFORM_H -- cgit