소스 검색

cmAlgorithms.h: remove superfluous semicolon after method

Christoph Grüninger 9 년 전
부모
커밋
ccb2d5c07f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Source/cmAlgorithms.h

+ 1 - 1
Source/cmAlgorithms.h

@@ -230,7 +230,7 @@ template<typename Range>
 std::string cmJoin(Range const& r, std::string delimiter)
 {
   return cmJoin(r, delimiter.c_str());
-};
+}
 
 template<typename Range>
 typename Range::const_iterator cmRemoveN(Range& r, size_t n)