From ec74461c3602be774535ba8fff4e00a002d10422 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 17 Jun 2005 16:35:38 +0000 Subject: [PATCH] Undo previous Borland fix, it turns out not to be standards conforming! [SVN r29657] --- example/grep/grep.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/grep/grep.cpp b/example/grep/grep.cpp index d68cc68c..c181d8fa 100644 --- a/example/grep/grep.cpp +++ b/example/grep/grep.cpp @@ -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");