summaryrefslogtreecommitdiffstats
path: root/Project/ExponentialForm.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/ExponentialForm.h')
-rw-r--r--Project/ExponentialForm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Project/ExponentialForm.h b/Project/ExponentialForm.h
index 516156f..f42c8ac 100644
--- a/Project/ExponentialForm.h
+++ b/Project/ExponentialForm.h
@@ -39,7 +39,7 @@ class ExponentialForm : public ExponentialFormBase
virtual void OnCancelButtonClick(wxCommandEvent& event) { EndModal(wxID_CANCEL); }
virtual void OnOKButtonClick(wxCommandEvent& event);
- wxWindow* m_parent = NULL;
- Exponential* m_exponential = NULL;
+ wxWindow* m_parent = nullptr;
+ Exponential* m_exponential = nullptr;
};
#endif // EXPONENTIALFORM_H