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/Bus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Project/Bus.h') diff --git a/Project/Bus.h b/Project/Bus.h index 470d4cb..acf22ab 100644 --- a/Project/Bus.h +++ b/Project/Bus.h @@ -46,6 +46,7 @@ public: Bus(wxPoint2DDouble position); Bus(wxPoint2DDouble position, wxString name); ~Bus(); + virtual Element* GetCopy(); virtual bool AddParent(Element* parent, wxPoint2DDouble position) { return true; } virtual bool Contains(wxPoint2DDouble position) const; virtual bool Intersects(wxRect2DDouble rect) const; -- cgit