summaryrefslogtreecommitdiffstats
path: root/Project/Transformer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Transformer.h')
-rw-r--r--Project/Transformer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Project/Transformer.h b/Project/Transformer.h
index 79e2380..5020fbd 100644
--- a/Project/Transformer.h
+++ b/Project/Transformer.h
@@ -57,7 +57,8 @@ class Transformer : public Branch
Transformer();
Transformer(wxString name);
virtual ~Transformer();
-
+
+ virtual Element* GetCopy();
virtual bool AddParent(Element* parent, wxPoint2DDouble position);
virtual bool Contains(wxPoint2DDouble position) const;
virtual void Draw(wxPoint2DDouble translation, double scale) const;