summaryrefslogtreecommitdiffstats
path: root/Project/TransferFunctionForm.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/TransferFunctionForm.h')
-rw-r--r--Project/TransferFunctionForm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Project/TransferFunctionForm.h b/Project/TransferFunctionForm.h
index 7ae478a..8223bb3 100644
--- a/Project/TransferFunctionForm.h
+++ b/Project/TransferFunctionForm.h
@@ -41,7 +41,7 @@ class TransferFunctionForm : public TransferFunctionFormBase
virtual void OnOKClick(wxCommandEvent& event);
void LoadTFData();
- wxWindow* m_parent = NULL;
- TransferFunction* m_tf = NULL;
+ wxWindow* m_parent = nullptr;
+ TransferFunction* m_tf = nullptr;
};
#endif // TRANSFERFUNCTIONFORM_H