From cd7d9823c44837f9e067b069bb277f97516e11a9 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 23 Dec 2002 12:19:44 -0500 Subject: ENH: fix for AIX --- Source/cmSystemTools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index f9ff94f..167926a 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. -- cgit v0.12