From 4ca0d1ba098bfa3397603b7b73c2506041a0bb11 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 20 Dec 2007 09:35:14 -0500 Subject: [PATCH] COMP: Fixed error on HP due to newline macro. --- Source/cmSystemTools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index 395b4d6b6..44fcb3d0b 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -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: