COMP: Fixed error on HP due to newline macro.

This commit is contained in:
Brad King 2007-12-20 09:35:14 -05:00
parent 850721f9af
commit 4ca0d1ba09
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ public:
#if defined(CMAKE_BUILD_WITH_CMAKE)
/** Echo a message in color using KWSys's Terminal cprintf. */
static void MakefileColorEcho(int color, const char* message,
bool newline, bool enabled);
bool newLine, bool enabled);
#endif
private: