diff options
Diffstat (limited to 'Project/Shunt.h')
-rw-r--r-- | Project/Shunt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Shunt.h b/Project/Shunt.h index e44f735..cf1681d 100644 --- a/Project/Shunt.h +++ b/Project/Shunt.h @@ -22,6 +22,7 @@ public: protected: void UpdateSwitchesPosition(); + void UpdatePowerFlowArrowsPosition(); void DrawGround(wxPoint2DDouble position) const; bool m_inserted = false; |