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/GeneralPropertiesForm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/GeneralPropertiesForm.h') diff --git a/Project/GeneralPropertiesForm.h b/Project/GeneralPropertiesForm.h index 2f5c70b..079c774 100644 --- a/Project/GeneralPropertiesForm.h +++ b/Project/GeneralPropertiesForm.h @@ -43,6 +43,6 @@ class GeneralPropertiesForm : public GeneralPropertiesFormBase virtual void OnButtonOKClick(wxCommandEvent& event); virtual bool ValidateData(); - PropertiesData* m_properties = NULL; + PropertiesData* m_properties = nullptr; }; #endif // GENERALPROPERTIESFORM_H -- cgit