diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2016-09-05 18:43:50 -0300 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2016-09-05 18:43:50 -0300 |
commit | d93ef357da510f2515556ff2cb51688a4e068805 (patch) | |
tree | da24ff514d5d507252681365d7cda6b08576af23 /Project/Branch.h | |
parent | 47cebfc84d4ae315f4bf8ffb3d074b2b75781a1b (diff) | |
download | PSP.git-d93ef357da510f2515556ff2cb51688a4e068805.tar.gz PSP.git-d93ef357da510f2515556ff2cb51688a4e068805.tar.xz PSP.git-d93ef357da510f2515556ff2cb51688a4e068805.zip |
All elements implemented, switches implemented
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 |