summaryrefslogtreecommitdiffstats
path: root/Source/cmAuxSourceDirectoryRule.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmAuxSourceDirectoryRule.h')
-rw-r--r--Source/cmAuxSourceDirectoryRule.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmAuxSourceDirectoryRule.h b/Source/cmAuxSourceDirectoryRule.h
index 9f9a0ec..199e5bc 100644
--- a/Source/cmAuxSourceDirectoryRule.h
+++ b/Source/cmAuxSourceDirectoryRule.h
@@ -59,7 +59,7 @@ public:
/**
* Succinct documentation.
*/
- virtual const char* TerseDocumentation()
+ virtual const char* GetTerseDocumentation()
{
return "Add all the source files found in the specified\n"
"directory to the build.";
@@ -68,7 +68,7 @@ public:
/**
* More documentation.
*/
- virtual const char* FullDocumentation()
+ virtual const char* GetFullDocumentation()
{
return
"AUX_SOURCE_DIRECTORY(dir)";