From 6c0e98a2727d07e1fbb38b78c27d68e98ad09465 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Sat, 13 Jun 2020 00:01:53 -0300 Subject: Device context implemented --- Project/GeneratorStabForm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Project/GeneratorStabForm.h') 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 -- cgit