summaryrefslogtreecommitdiff
path: root/src/widgets/station_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/station_widget.h')
-rw-r--r--src/widgets/station_widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/station_widget.h b/src/widgets/station_widget.h
index ea81820d0..2f1dc7cde 100644
--- a/src/widgets/station_widget.h
+++ b/src/widgets/station_widget.h
@@ -29,6 +29,7 @@ enum StationViewWidgets {
/** Widgets of the WC_STATION_LIST. */
enum StationListWidgets {
+ /* Name starts with ST instead of S, because of collision with SaveLoadWidgets */
WID_STL_CAPTION, ///< Caption of the window.
WID_STL_LIST, ///< The main panel, list of stations.
WID_STL_SCROLLBAR, ///< Scrollbar next to the main panel.