update from Nico

[SVN r10918]
This commit is contained in:
Jens Maurer
2001-08-23 20:33:35 +00:00
parent 7f73413eed
commit f96ac657dd
15 changed files with 65 additions and 49 deletions

View File

@ -31,7 +31,8 @@ int main()
// print last element of last array
std::cout << "last element of last array: "
<< seasons_i18n[seasons_i18n.size()-1][seasons_i18n[0].size()-1]
<< std::endl;
return 0;
<< std::endl;
return 0; // makes Visual-C++ compiler happy
}