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/ImportForm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/ImportForm.h') diff --git a/Project/ImportForm.h b/Project/ImportForm.h index b4643a5..757077b 100644 --- a/Project/ImportForm.h +++ b/Project/ImportForm.h @@ -65,7 +65,7 @@ class ImportForm : public ImportFormBase bool ImportMatpowerFiles(); Bus* GetBusFromID(std::vector busList, int id); - Workspace* m_workspace = NULL; + Workspace* m_workspace = nullptr; wxWindow* m_parent; }; -- cgit