From f6718ac24553ac99bf90f99a33543d6d6b96999b Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Fri, 30 Sep 2016 16:58:37 -0300 Subject: Line form implemented, voltages corrections under implementation --- Project/Line.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Project/Line.h') diff --git a/Project/Line.h b/Project/Line.h index 8aa0c83..7dfe104 100644 --- a/Project/Line.h +++ b/Project/Line.h @@ -33,6 +33,7 @@ class Line : public Branch { public: Line(); + Line(wxString name); ~Line(); virtual bool Contains(wxPoint2DDouble position) const; virtual void Draw(wxPoint2DDouble translation, double scale) const; -- cgit