From fde552ea6e43b9950029883076377f750bd60ce7 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 23 Jul 2003 17:27:34 -0400 Subject: ENH: CheckOptions now takes const argv. --- Source/cmDocumentation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmDocumentation.cxx') diff --git a/Source/cmDocumentation.cxx b/Source/cmDocumentation.cxx index 1571406226..ec0018fe87 100644 --- a/Source/cmDocumentation.cxx +++ b/Source/cmDocumentation.cxx @@ -222,7 +222,7 @@ bool cmDocumentation::PrintRequestedDocumentation(std::ostream& os) } //---------------------------------------------------------------------------- -bool cmDocumentation::CheckOptions(int argc, char** argv) +bool cmDocumentation::CheckOptions(int argc, const char* const* argv) { // Providing zero arguments gives usage information. if(argc == 1) -- cgit v1.2.1