summaryrefslogtreecommitdiffstats
path: root/Project/SyncMotor.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/SyncMotor.h')
-rw-r--r--Project/SyncMotor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/SyncMotor.h b/Project/SyncMotor.h
index 772ef7b..694aa90 100644
--- a/Project/SyncMotor.h
+++ b/Project/SyncMotor.h
@@ -140,6 +140,7 @@ class SyncMotor : public Machines
virtual Element* GetCopy();
virtual void DrawSymbol() const;
+ virtual void DrawDCSymbol(wxGraphicsContext* gc) const;
virtual bool GetContextMenu(wxMenu& menu);
virtual wxString GetTipText() const;
virtual SyncMotorElectricalData GetElectricalData() { return m_electricalData; }