diff options
Diffstat (limited to 'Project/SyncMotor.h')
-rw-r--r-- | Project/SyncMotor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/SyncMotor.h b/Project/SyncMotor.h index a7eecd8..d6e9bf1 100644 --- a/Project/SyncMotor.h +++ b/Project/SyncMotor.h @@ -66,6 +66,7 @@ class SyncMotor : public Machines virtual Element* GetCopy(); virtual void DrawSymbol() const; virtual bool GetContextMenu(wxMenu& menu); + virtual wxString GetTipText() const; virtual SyncMotorElectricalData GetElectricalData() { return m_electricalData; } virtual SyncMotorElectricalData GetPUElectricalData(double systemPowerBase); virtual void SetElectricalData(SyncMotorElectricalData electricalData) { m_electricalData = electricalData; } |