Changeset - r20061:eb5845ecfce0
[Not reviewed]
master
0 1 0
rubidium - 11 years ago 2013-02-17 20:48:52
rubidium@openttd.org
(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
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/smallmap_gui.cpp
Show inline comments
 
@@ -1016,7 +1016,7 @@ uint SmallMapWindow::GetLegendHeight(uin
 
	}
 
}
 

	
 
/* virtual */ void SmallMapWindow::SmallMapWindow::OnInit()
 
/* virtual */ void SmallMapWindow::OnInit()
 
{
 
	uint min_width = 0;
 
	this->min_number_of_columns = INDUSTRY_MIN_NUMBER_OF_COLUMNS;
0 comments (0 inline, 0 general)