Undo previous Borland fix, it turns out not to be standards conforming!

[SVN r29657]
This commit is contained in:
John Maddock
2005-06-17 16:35:38 +00:00
parent 799901aafc
commit ec74461c36

View File

@ -91,7 +91,7 @@ void process_file(const std::string& name)
process_stream(is);
}
int main(int argc, const char * argv[])
int main(int argc, char * argv[])
{
try{
po::options_description opts("Options");