summaryrefslogtreecommitdiffstats
path: root/Project/Transformer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Transformer.h')
-rw-r--r--Project/Transformer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Transformer.h b/Project/Transformer.h
index 46dfe77..207f6d1 100644
--- a/Project/Transformer.h
+++ b/Project/Transformer.h
@@ -86,6 +86,7 @@ class Transformer : public Branch
virtual bool AddParent(Element* parent, wxPoint2DDouble position);
virtual bool Contains(wxPoint2DDouble position) const;
virtual void Draw(wxPoint2DDouble translation, double scale) const;
+ virtual void DrawDC(wxPoint2DDouble translation, double scale, wxGraphicsContext* gc) const;
virtual bool Intersects(wxRect2DDouble rect) const;
virtual void Rotate(bool clockwise = true);
virtual void Move(wxPoint2DDouble position);