summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmSystemTools.h')
-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.