From 98d3f11d45c879b6cb0728c7a77fab349329abe8 Mon Sep 17 00:00:00 2001 From: truebrain Date: Fri, 16 Dec 2011 16:23:50 +0000 Subject: (svn r23529) -Codechange: make all widget enum values unique and make them include the files they need to compile --- src/widgets/sign_widget.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/widgets/sign_widget.h') diff --git a/src/widgets/sign_widget.h b/src/widgets/sign_widget.h index 0163334cc..8d65bb309 100644 --- a/src/widgets/sign_widget.h +++ b/src/widgets/sign_widget.h @@ -14,12 +14,13 @@ /** Widgets of the WC_SIGN_LIST. */ enum SignListWidgets { - SLW_CAPTION, - SLW_LIST, - SLW_SCROLLBAR, - SLW_FILTER_TEXT, ///< Text box for typing a filter string - SLW_FILTER_MATCH_CASE_BTN, ///< Button to toggle if case sensitive filtering should be used - SLW_FILTER_CLEAR_BTN, ///< Button to clear the filter + /* Name starts with SI instead of S, becuase of collision with StationListWidgets */ + SILW_CAPTION, + SILW_LIST, + SILW_SCROLLBAR, + SILW_FILTER_TEXT, ///< Text box for typing a filter string + SILW_FILTER_MATCH_CASE_BTN, ///< Button to toggle if case sensitive filtering should be used + SILW_FILTER_CLEAR_BTN, ///< Button to clear the filter }; /** Widgets of the WC_QUERY_STRING (WC_QUERY_STRING is also used in QueryStringWidgets). */ -- cgit v1.2.3-70-g09d2