mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r25019) -Fix: GCC doesn't seem to care if one does Class::Class::Function (thinks it is a function), whereas MSVC thinks it is the constructor
This commit is contained in:
parent
6b68956969
commit
dfdced2239
@ -1016,7 +1016,7 @@ uint SmallMapWindow::GetLegendHeight(uint num_columns) const
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* virtual */ void SmallMapWindow::SmallMapWindow::OnInit()
|
/* virtual */ void SmallMapWindow::OnInit()
|
||||||
{
|
{
|
||||||
uint min_width = 0;
|
uint min_width = 0;
|
||||||
this->min_number_of_columns = INDUSTRY_MIN_NUMBER_OF_COLUMNS;
|
this->min_number_of_columns = INDUSTRY_MIN_NUMBER_OF_COLUMNS;
|
||||||
|
Loading…
Reference in New Issue
Block a user