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/BusForm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Project/BusForm.h') diff --git a/Project/BusForm.h b/Project/BusForm.h index 5dff2c7..2a5092a 100644 --- a/Project/BusForm.h +++ b/Project/BusForm.h @@ -47,7 +47,7 @@ class BusForm : public BusFormBase virtual void EnableStabFaultFields(bool enable = true); virtual void UpdateChoiceBoxes(); - Bus* m_bus = NULL; - wxWindow* m_parent = NULL; + Bus* m_bus = nullptr; + wxWindow* m_parent = nullptr; }; #endif // BUSFORM_H -- cgit