summaryrefslogtreecommitdiff
path: root/src/widgets/subsidy_widget.h
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-12-16 16:23:50 +0000
committertruebrain <truebrain@openttd.org>2011-12-16 16:23:50 +0000
commit98d3f11d45c879b6cb0728c7a77fab349329abe8 (patch)
treeed784007a33a4f0320dbf07ef99b35a060f142f5 /src/widgets/subsidy_widget.h
parent2aa774e831ad1cb7849c998759449ef777c5c664 (diff)
downloadopenttd-98d3f11d45c879b6cb0728c7a77fab349329abe8.tar.xz
(svn r23529) -Codechange: make all widget enum values unique and make them include the files they need to compile
Diffstat (limited to 'src/widgets/subsidy_widget.h')
-rw-r--r--src/widgets/subsidy_widget.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/widgets/subsidy_widget.h b/src/widgets/subsidy_widget.h
index db6472c5f..656fd8604 100644
--- a/src/widgets/subsidy_widget.h
+++ b/src/widgets/subsidy_widget.h
@@ -14,8 +14,9 @@
/** Widgets of the WC_SUBSIDIES_LIST. */
enum SubsidyListWidgets {
- SLW_PANEL,
- SLW_SCROLLBAR,
+ /* Name starts with SU instead of S, becuase of collision with StationListWidgets */
+ SULW_PANEL,
+ SULW_SCROLLBAR,
};
#endif /* WIDGETS_SUBSIDY_WIDGET_H */