summaryrefslogtreecommitdiffstats
path: root/Project/Text.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Text.h')
-rw-r--r--Project/Text.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Project/Text.h b/Project/Text.h
index 80f35fa..36a6704 100644
--- a/Project/Text.h
+++ b/Project/Text.h
@@ -50,7 +50,8 @@ class Text : public Element
Text();
Text(wxPoint2DDouble position);
~Text();
-
+
+ virtual Element* GetCopy();
virtual bool AddParent(Element* parent, wxPoint2DDouble position) { return true; };
virtual bool Contains(wxPoint2DDouble position) const;
virtual void Draw(wxPoint2DDouble translation, double scale);