diff options
Diffstat (limited to 'Source/cmDocumentation.h')
-rw-r--r-- | Source/cmDocumentation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentation.h b/Source/cmDocumentation.h index ddfbb44..276f920 100644 --- a/Source/cmDocumentation.h +++ b/Source/cmDocumentation.h @@ -36,7 +36,7 @@ public: * When true is returned, PrintRequestedDocumentation should be * called. */ - bool CheckOptions(int argc, char** argv); + bool CheckOptions(int argc, const char* const* argv); /** * Print help requested on the command line. Call after |