summaryrefslogtreecommitdiffstats
path: root/Project/Line.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Line.h')
-rw-r--r--Project/Line.h1
1 files changed, 1 insertions, 0 deletions
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;