diff options
Diffstat (limited to 'Project/GeneratorStabForm.h')
-rw-r--r-- | Project/GeneratorStabForm.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Project/GeneratorStabForm.h b/Project/GeneratorStabForm.h index 3f1305c..4bee815 100644 --- a/Project/GeneratorStabForm.h +++ b/Project/GeneratorStabForm.h @@ -51,8 +51,8 @@ class GeneratorStabForm : public GeneratorStabFormBase virtual bool ValidateData(); - SyncGenerator* m_syncGenerator = NULL; - wxWindow* m_parent = NULL; - wxGLContext* m_sharedGLContext = NULL; + SyncGenerator* m_syncGenerator = nullptr; + wxWindow* m_parent = nullptr; + wxGLContext* m_sharedGLContext = nullptr; }; #endif // GENERATORSTABFORM_H |