From 93c3c0af32d08bbc22b43a03d81fad37fd8feb19 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Fri, 8 Sep 2017 00:21:04 -0300 Subject: Some grid improvement --- Project/DataReport.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Project/DataReport.h') diff --git a/Project/DataReport.h b/Project/DataReport.h index 61d8e15..0a23e91 100644 --- a/Project/DataReport.h +++ b/Project/DataReport.h @@ -42,5 +42,8 @@ public: wxArrayString m_voltageChoices; wxArrayString m_activePowerChoices; wxArrayString m_reactivePowerChoices; + wxArrayString m_resistanceChoices; + wxArrayString m_indReactanceChoices; + wxArrayString m_capSusceptanceChoices; }; #endif // DATAREPORT_H -- cgit