| 109 | } |
| 110 | |
| 111 | void TrackMenuTable::InitUserData(void *pUserData) |
| 112 | { |
| 113 | mpData = static_cast<CommonTrackControls::InitMenuData*>(pUserData); |
| 114 | } |
| 115 | |
| 116 | BEGIN_POPUP_MENU(TrackMenuTable) |
| 117 | static const auto enableIfCanMove = [](bool up){ return |
no outgoing calls
no test coverage detected