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/HarmCurrentForm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/HarmCurrentForm.h') diff --git a/Project/HarmCurrentForm.h b/Project/HarmCurrentForm.h index 87def26..e4ae78b 100644 --- a/Project/HarmCurrentForm.h +++ b/Project/HarmCurrentForm.h @@ -19,7 +19,7 @@ class HarmCurrentForm : public HarmCurrentFormBase virtual void OnOKButtonClick(wxCommandEvent& event); wxWindow* m_parent; - HarmCurrent* m_harmCurrent = NULL; + HarmCurrent* m_harmCurrent = nullptr; int m_maxID = 0; }; #endif // HARMCURRENTFORM_H -- cgit