diff options
Diffstat (limited to 'Source/cmExecutablesRule.h')
-rw-r--r-- | Source/cmExecutablesRule.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmExecutablesRule.h b/Source/cmExecutablesRule.h index e30ce8a..8026a33 100644 --- a/Source/cmExecutablesRule.h +++ b/Source/cmExecutablesRule.h @@ -56,7 +56,7 @@ public: /** * Succinct documentation. */ - virtual const char* TerseDocumentation() + virtual const char* GetTerseDocumentation() { return "Add a list of executables files."; } @@ -64,7 +64,7 @@ public: /** * More documentation. */ - virtual const char* FullDocumentation() + virtual const char* GetFullDocumentation() { return "EXECUTABLES(file1 file2 ...)"; |