Browse Source

COMP: Fixed error on HP due to newline macro.

Brad King 18 years ago
parent
commit
4ca0d1ba09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmSystemTools.h

+ 1 - 1
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: