COMP: Fixed error on HP due to newline macro.
This commit is contained in:
parent
850721f9af
commit
4ca0d1ba09
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue