summaryrefslogtreecommitdiffstats
path: root/Project/IndMotor.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/IndMotor.h')
-rw-r--r--Project/IndMotor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Project/IndMotor.h b/Project/IndMotor.h
index 491c714..03c64d7 100644
--- a/Project/IndMotor.h
+++ b/Project/IndMotor.h
@@ -20,7 +20,8 @@ class IndMotor : public Machines
IndMotor();
IndMotor(wxString name);
~IndMotor();
-
+
+ virtual Element* GetCopy();
virtual void DrawSymbol() const;
virtual bool GetContextMenu(wxMenu& menu);
virtual bool ShowForm(wxWindow* parent, Element* element);