summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-12-23 17:19:44 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-12-23 17:19:44 (GMT)
commitcd7d9823c44837f9e067b069bb277f97516e11a9 (patch)
treec9dd7e84676f0b0318beb53c97359b8555e15ce3 /Source
parent3daf7f8056cca1ac68a2c7de1a98e9a7a2d4082a (diff)
downloadCMake-cd7d9823c44837f9e067b069bb277f97516e11a9.zip
CMake-cd7d9823c44837f9e067b069bb277f97516e11a9.tar.gz
CMake-cd7d9823c44837f9e067b069bb277f97516e11a9.tar.bz2
ENH: fix for AIX
Diffstat (limited to 'Source')
-rw-r--r--Source/cmSystemTools.h2
1 files changed, 1 insertions, 1 deletions
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<cmStdString>& lines);
+ static bool Split(const char* s, std::vector<cmStdString>& l);
/**
* Come constants for different file formats.