diff options
Diffstat (limited to 'Project/Branch.h')
-rw-r--r-- | Project/Branch.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Project/Branch.h b/Project/Branch.h index 309419a..5032f1f 100644 --- a/Project/Branch.h +++ b/Project/Branch.h @@ -28,11 +28,10 @@ public: virtual void AddPoint(wxPoint2DDouble point) {}; virtual bool GetContextMenu(wxMenu& menu) { return false; } virtual void UpdateSwitchesPosition(); + virtual void UpdateSwitches(); protected: bool m_inserted = false; - std::vector<wxPoint2DDouble> m_pointList; - std::vector<wxPoint2DDouble> m_movePts; }; #endif // BRANCH_H |