diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index f9ff94ff5..167926a3f 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -301,7 +301,7 @@ public: /** Split a string on its newlines into multiple lines. Returns false only if the last line stored had no newline. */ - static bool Split(const char* str, std::vector& lines); + static bool Split(const char* s, std::vector& l); /** * Come constants for different file formats.