[SVN r41970]
This commit is contained in:
John Maddock
2007-12-11 17:19:03 +00:00
parent 2995393609
commit f72c7518be
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ istream& getline(istream& is, std::string& s)
#endif
int main(int argc)
int main(int argc, const char*[])
{
string s;
list<string> l;