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