summaryrefslogtreecommitdiff
path: root/Source/cmDocumentationFormatterHTML.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmDocumentationFormatterHTML.h')
-rw-r--r--Source/cmDocumentationFormatterHTML.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentationFormatterHTML.h b/Source/cmDocumentationFormatterHTML.h
index 427e04bc5..44bf24026 100644
--- a/Source/cmDocumentationFormatterHTML.h
+++ b/Source/cmDocumentationFormatterHTML.h
@@ -32,7 +32,7 @@ public:
const cmDocumentationSection& section,
const char* name);
virtual void PrintPreformatted(std::ostream& os, const char* text);
- virtual void PrintParagraph(std::ostream& os, const char* text);
+ virtual void PrintParagraph(std::ostream& os, const char* text);
virtual void PrintIndex(std::ostream& ,
std::vector<const cmDocumentationSection *>&);
private: