summaryrefslogtreecommitdiffstats
path: root/Project/Branch.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Branch.h')
-rw-r--r--Project/Branch.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Project/Branch.h b/Project/Branch.h
index 5032f1f..a39cef6 100644
--- a/Project/Branch.h
+++ b/Project/Branch.h
@@ -23,8 +23,7 @@ public:
virtual bool Intersects(wxRect2DDouble rect) const { return false; }
virtual void MovePickbox(wxPoint2DDouble position) {}
virtual bool PickboxContains(wxPoint2DDouble position) { return false; }
- virtual void Rotate() {}
- virtual void RotateNode(Element* parent);
+ virtual void RotateNode(Element* parent, bool clockwise = true);
virtual void AddPoint(wxPoint2DDouble point) {};
virtual bool GetContextMenu(wxMenu& menu) { return false; }
virtual void UpdateSwitchesPosition();