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