diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2016-10-01 17:33:43 -0300 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2016-10-01 17:33:43 -0300 |
commit | 0ad4701a05a1fb267ee58c3da89d897eba1d91ee (patch) | |
tree | 3f741c478ca8860db22c3c1c2e00093c9d9c7dc9 /Project/Element.h | |
parent | f6718ac24553ac99bf90f99a33543d6d6b96999b (diff) | |
download | PSP.git-0ad4701a05a1fb267ee58c3da89d897eba1d91ee.tar.gz PSP.git-0ad4701a05a1fb267ee58c3da89d897eba1d91ee.tar.xz PSP.git-0ad4701a05a1fb267ee58c3da89d897eba1d91ee.zip |
Nominal voltage bug fixed
Diffstat (limited to 'Project/Element.h')
-rw-r--r-- | Project/Element.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Element.h b/Project/Element.h index b1a7163..c1d887f 100644 --- a/Project/Element.h +++ b/Project/Element.h @@ -169,7 +169,7 @@ class Element bool DoubleFromString(wxWindow* parent, wxString strValue, double& value, wxString errorMsg); bool IntFromString(wxWindow* parent, wxString strValue, int& value, wxString errorMsg); - virtual void + virtual void SetNominalVoltage(double nominalVoltage, ElectricalUnit nominalVoltageUnit) {} protected: std::vector<Element*> m_parentList; |