1
0
Эх сурвалжийг харах

cmAlgorithms.h: remove superfluous semicolon after method

Christoph Grüninger 10 жил өмнө
parent
commit
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)