(svn r22133) -Fix: some coding style.

This commit is contained in:
frosch
2011-02-23 20:29:48 +00:00
parent 50daa3f83d
commit 1a3a1e3b0c
3 changed files with 5 additions and 4 deletions

View File

@@ -120,7 +120,8 @@ public:
}
}
LandInfoWindow(TileIndex tile) : Window(), tile(tile) {
LandInfoWindow(TileIndex tile) : Window(), tile(tile)
{
this->InitNested(&_land_info_desc);
#if defined(_DEBUG)