summaryrefslogtreecommitdiffstats
path: root/Project/Element.h
diff options
context:
space:
mode:
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;