Browse Source

Fix another compiler warning due to a typo

Eric NOULARD 14 years ago
parent
commit
cdbd1a9e39
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmDocumentation.h

+ 0 - 1
Source/cmDocumentation.h

@@ -156,7 +156,6 @@ public:
                                std::vector<cmDocumentationEntry>& commands,
                                cmake* cm,
                                const char *docSection);
-  ;
 private:
   void SetForm(Form f);
   void SetDocName(const char* docname);