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/TextForm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Project/TextForm.h') diff --git a/Project/TextForm.h b/Project/TextForm.h index eda2322..4645353 100644 --- a/Project/TextForm.h +++ b/Project/TextForm.h @@ -56,9 +56,9 @@ class TextForm : public TextFormBase virtual void OnToBusChoiceSelected(wxCommandEvent& event); virtual void OnTypeChoiceSelected(wxCommandEvent& event); - Text* m_text = NULL; - Text* m_textToEdit = NULL; - wxWindow* m_parent = NULL; + Text* m_text = nullptr; + Text* m_textToEdit = nullptr; + wxWindow* m_parent = nullptr; ElectricCalculation m_allElements; double m_systemPowerBase; }; -- cgit