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/TransferFunctionForm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Project/TransferFunctionForm.h') 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 -- cgit