diff options
Diffstat (limited to 'Project/Inductor.h')
-rw-r--r-- | Project/Inductor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Project/Inductor.h b/Project/Inductor.h index f157d1c..84acc18 100644 --- a/Project/Inductor.h +++ b/Project/Inductor.h @@ -17,7 +17,8 @@ class Inductor : public Shunt Inductor(); Inductor(wxString name); ~Inductor(); - + + virtual Element* GetCopy(); virtual bool AddParent(Element* parent, wxPoint2DDouble position); virtual void Draw(wxPoint2DDouble translation, double scale) const; virtual bool Contains(wxPoint2DDouble position) const; |