From d792fcf7b2a5862ac86ee69aa86021b5637ca8ee Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Thu, 29 Dec 2016 02:32:50 -0200 Subject: Copy paste implemented Some bugs on the text --- Project/Capacitor.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Project/Capacitor.h') diff --git a/Project/Capacitor.h b/Project/Capacitor.h index 248ec6c..fdacb42 100644 --- a/Project/Capacitor.h +++ b/Project/Capacitor.h @@ -17,7 +17,8 @@ class Capacitor : public Shunt Capacitor(); Capacitor(wxString name); ~Capacitor(); - + + virtual Element* GetCopy(); virtual bool AddParent(Element* parent, wxPoint2DDouble position); virtual void Draw(wxPoint2DDouble translation, double scale) const; virtual bool Contains(wxPoint2DDouble position) const; -- cgit