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/LineForm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Project/LineForm.h') diff --git a/Project/LineForm.h b/Project/LineForm.h index b2f7373..523e8bb 100644 --- a/Project/LineForm.h +++ b/Project/LineForm.h @@ -17,8 +17,8 @@ protected: virtual void ReplaceStaticTextLabelChar(wxStaticText* staticText, wchar_t newChar); virtual bool ValidateData(); - wxWindow* m_parent; - Line* m_line; + wxWindow* m_parent = NULL; + Line* m_line = NULL; }; #endif // LINEFORM_H -- cgit