diff options
Diffstat (limited to 'src/widgets/station_widget.h')
-rw-r--r-- | src/widgets/station_widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/station_widget.h b/src/widgets/station_widget.h index 82fe392e3..f9b5b266a 100644 --- a/src/widgets/station_widget.h +++ b/src/widgets/station_widget.h @@ -30,6 +30,7 @@ enum StationViewWidgets { WID_SV_ROADVEHS, ///< List of scheduled road vehs button. WID_SV_SHIPS, ///< List of scheduled ships button. WID_SV_PLANES, ///< List of scheduled planes button. + WID_SV_CATCHMENT, ///< Toggle catchment area highlight. }; /** Widgets of the #CompanyStationsWindow class. */ |