From 9e1f6849c929506a17fa12185c5c0185d5287177 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Fri, 8 Sep 2017 22:02:09 -0300 Subject: More grid data implemented Some fault bugfixes --- Project/DataReport.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Project/DataReport.h') diff --git a/Project/DataReport.h b/Project/DataReport.h index 0a23e91..61a7ccf 100644 --- a/Project/DataReport.h +++ b/Project/DataReport.h @@ -45,5 +45,6 @@ public: wxArrayString m_resistanceChoices; wxArrayString m_indReactanceChoices; wxArrayString m_capSusceptanceChoices; + wxArrayString m_currentChoices; }; #endif // DATAREPORT_H -- cgit