diff options
Diffstat (limited to 'Project/DataReport.h')
-rw-r--r-- | Project/DataReport.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |