diff options
Diffstat (limited to 'Project/Load.h')
-rw-r--r-- | Project/Load.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Project/Load.h b/Project/Load.h index 3c6dd48..88bedaa 100644 --- a/Project/Load.h +++ b/Project/Load.h @@ -26,7 +26,8 @@ class Load : public Shunt Load(); Load(wxString name); ~Load(); - + + virtual Element* GetCopy(); virtual bool AddParent(Element* parent, wxPoint2DDouble position); virtual void Draw(wxPoint2DDouble translation, double scale) const; virtual void Rotate(bool clockwise = true); |