From d93ef357da510f2515556ff2cb51688a4e068805 Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Mon, 5 Sep 2016 18:43:50 -0300 Subject: All elements implemented, switches implemented --- Project/Branch.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Project/Branch.h') 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 m_pointList; - std::vector m_movePts; }; #endif // BRANCH_H -- cgit