summaryrefslogtreecommitdiff
path: root/Source/cmDocumentation.h
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2014-02-07 15:35:30 -0500
committerBrad King <brad.king@kitware.com>2014-03-08 13:05:33 -0500
commit38c7544578f4154dfaaa0a55b118b79b11ec6ae1 (patch)
tree577fff435eaabbf552fa73fa2c143694cb9caec8 /Source/cmDocumentation.h
parentdddbd2c7faf0a606200d5b03c549d348eceb87d7 (diff)
downloadcmake-38c7544578f4154dfaaa0a55b118b79b11ec6ae1.tar.gz
stringapi: Use strings for documentation names
Diffstat (limited to 'Source/cmDocumentation.h')
-rw-r--r--Source/cmDocumentation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentation.h b/Source/cmDocumentation.h
index d5a7dd5ebd..56a4151bd6 100644
--- a/Source/cmDocumentation.h
+++ b/Source/cmDocumentation.h
@@ -56,7 +56,7 @@ public:
void SetShowGenerators(bool showGen) { this->ShowGenerators = showGen; }
/** Set the program name for standard document generation. */
- void SetName(const char* name);
+ void SetName(const std::string& name);
/** Set a section of the documentation. Typical sections include Name,
Usage, Description, Options */