diff options
Diffstat (limited to 'Project/Shunt.h')
-rw-r--r-- | Project/Shunt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Shunt.h b/Project/Shunt.h index 8369516..e44f735 100644 --- a/Project/Shunt.h +++ b/Project/Shunt.h @@ -14,7 +14,7 @@ public: virtual void Move(wxPoint2DDouble position); virtual void MoveNode(Element* element, wxPoint2DDouble position); virtual void StartMove(wxPoint2DDouble position); - virtual void RotateNode(Element* parent); + virtual void RotateNode(Element* parent, bool clockwise = true); virtual void RemoveParent(Element* parent); virtual bool NodeContains(wxPoint2DDouble position); virtual bool SetNodeParent(Element* parent); |