1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-29 01:19:11 +00:00

(svn r14009) -Cleanup (r14008): Bad whitespace...

This commit is contained in:
2008-08-06 20:14:21 +00:00
parent 1e5175451a
commit aff313cd4b

View File

@@ -269,7 +269,7 @@ public:
DropDownListPresetItem(int result) : DropDownListItem(result, false) {}
virtual ~DropDownListPresetItem() {}
bool Selectable() const
{
return true;