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/GeneratorStabForm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Project/GeneratorStabForm.h') diff --git a/Project/GeneratorStabForm.h b/Project/GeneratorStabForm.h index 7e31cd1..6d9e6dc 100644 --- a/Project/GeneratorStabForm.h +++ b/Project/GeneratorStabForm.h @@ -23,7 +23,7 @@ protected: virtual bool ValidateData(); - SyncGenerator* m_syncGenerator; - wxWindow* m_parent; + SyncGenerator* m_syncGenerator = NULL; + wxWindow* m_parent = NULL; }; #endif // GENERATORSTABFORM_H -- cgit