summaryrefslogtreecommitdiffstats
path: root/Project/IndMotor.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/IndMotor.h')
-rw-r--r--Project/IndMotor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/IndMotor.h b/Project/IndMotor.h
index 03c64d7..1a40511 100644
--- a/Project/IndMotor.h
+++ b/Project/IndMotor.h
@@ -24,6 +24,7 @@ class IndMotor : public Machines
virtual Element* GetCopy();
virtual void DrawSymbol() const;
virtual bool GetContextMenu(wxMenu& menu);
+ virtual wxString GetTipText() const;
virtual bool ShowForm(wxWindow* parent, Element* element);
virtual IndMotorElectricalData GetElectricalData() { return m_electricalData; }
virtual IndMotorElectricalData GetPUElectricalData(double systemPowerBase);