diff options
Diffstat (limited to 'Project/BusForm.h')
-rw-r--r-- | Project/BusForm.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |