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/SyncMachineForm.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Project/SyncMachineForm.h') diff --git a/Project/SyncMachineForm.h b/Project/SyncMachineForm.h index 421a975..f57909a 100644 --- a/Project/SyncMachineForm.h +++ b/Project/SyncMachineForm.h @@ -50,9 +50,9 @@ class SyncMachineForm : public SyncMachineFormBase virtual bool ValidateData(); virtual void ReplaceStaticTextLabelChar(wxStaticText* staticText, wchar_t newChar); - SyncGenerator* m_syncGenerator = NULL; - SyncMotor* m_syncMotor = NULL; - wxWindow* m_parent = NULL; - wxGLContext* m_sharedGLContext = NULL; + SyncGenerator* m_syncGenerator = nullptr; + SyncMotor* m_syncMotor = nullptr; + wxWindow* m_parent = nullptr; + wxGLContext* m_sharedGLContext = nullptr; }; #endif // SYNCMACHINEFORM_H -- cgit