summaryrefslogtreecommitdiffstats
path: root/Project/Element.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2016-10-01 17:33:43 -0300
committerThales1330 <thaleslima.ufu@gmail.com>2016-10-01 17:33:43 -0300
commit0ad4701a05a1fb267ee58c3da89d897eba1d91ee (patch)
tree3f741c478ca8860db22c3c1c2e00093c9d9c7dc9 /Project/Element.h
parentf6718ac24553ac99bf90f99a33543d6d6b96999b (diff)
downloadPSP.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.h2
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;