summaryrefslogtreecommitdiffstats
path: root/Source/cmRuleMaker.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmRuleMaker.h')
-rw-r--r--Source/cmRuleMaker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmRuleMaker.h b/Source/cmRuleMaker.h
index 818da4c..b653c38 100644
--- a/Source/cmRuleMaker.h
+++ b/Source/cmRuleMaker.h
@@ -81,12 +81,12 @@ public:
/**
* Succinct documentation.
*/
- virtual const char* TerseDocumentation() = 0;
+ virtual const char* GetTerseDocumentation() = 0;
/**
* More documentation.
*/
- virtual const char* FullDocumentation() = 0;
+ virtual const char* GetFullDocumentation() = 0;
/**
* Enable the rule.