diff options
Diffstat (limited to 'Project/Transformer.h')
-rw-r--r-- | Project/Transformer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Transformer.h b/Project/Transformer.h index fb23618..86d4cf7 100644 --- a/Project/Transformer.h +++ b/Project/Transformer.h @@ -51,6 +51,7 @@ class Transformer : public Branch { public: Transformer(); + Transformer(wxString name); virtual ~Transformer(); virtual bool AddParent(Element* parent, wxPoint2DDouble position); |