ENH: fix for AIX

This commit is contained in:
Bill Hoffman 2002-12-23 12:19:44 -05:00
parent 3daf7f8056
commit cd7d9823c4
1 changed files with 1 additions and 1 deletions

View File

@ -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.