(svn r20210) -Fix (r20206): Allow other compilers to enjoy the new window too.

This commit is contained in:
alberth
2010-07-23 19:07:00 +00:00
parent a9b492c050
commit 645b6ce773

View File

@@ -1721,8 +1721,8 @@ private:
}
};
assert_compile(MAX_CARGOES >= lengthof(IndustrySpec::produced_cargo));
assert_compile(MAX_CARGOES >= lengthof(IndustrySpec::accepts_cargo));
assert_compile(MAX_CARGOES >= cpp_lengthof(IndustrySpec, produced_cargo));
assert_compile(MAX_CARGOES >= cpp_lengthof(IndustrySpec, accepts_cargo));
int CargoesField::small_height; ///< Height of the header row.
int CargoesField::normal_height; ///< Height of the non-header rows.