diff options
Diffstat (limited to 'Project/GeneratorStabForm.h')
-rw-r--r-- | Project/GeneratorStabForm.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |