diff options
-rw-r--r-- | Source/cmDocumentation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentation.h b/Source/cmDocumentation.h index f0d1126..d97f77f 100644 --- a/Source/cmDocumentation.h +++ b/Source/cmDocumentation.h @@ -119,7 +119,7 @@ public: /** Append an entry to this section. */ void Append(const cmDocumentationEntry& entry) - { return this->Entries.push_back(entry); } + { this->Entries.push_back(entry); } /** Set the contents of this section. */ void Set(const cmDocumentationEntry* header, |