summaryrefslogtreecommitdiffstats
path: root/Project/SyncMotor.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/SyncMotor.h')
-rw-r--r--Project/SyncMotor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Project/SyncMotor.h b/Project/SyncMotor.h
index 1f65386..a7eecd8 100644
--- a/Project/SyncMotor.h
+++ b/Project/SyncMotor.h
@@ -62,7 +62,8 @@ class SyncMotor : public Machines
SyncMotor();
SyncMotor(wxString name);
~SyncMotor();
-
+
+ virtual Element* GetCopy();
virtual void DrawSymbol() const;
virtual bool GetContextMenu(wxMenu& menu);
virtual SyncMotorElectricalData GetElectricalData() { return m_electricalData; }