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/IndMotorForm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Project/IndMotorForm.h') diff --git a/Project/IndMotorForm.h b/Project/IndMotorForm.h index e24efea..9715919 100644 --- a/Project/IndMotorForm.h +++ b/Project/IndMotorForm.h @@ -44,7 +44,7 @@ class IndMotorForm : public IndMotorFormBase void UpdateFields(); - wxWindow* m_parent = NULL; - IndMotor* m_indMotor = NULL; + wxWindow* m_parent = nullptr; + IndMotor* m_indMotor = nullptr; }; #endif // INDMOTORFORM_H -- cgit