Explorar o código

cmAlgorithms.h: remove superfluous semicolon after method

Christoph Grüninger %!s(int64=9) %!d(string=hai) anos
pai
achega
ccb2d5c07f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)