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)
|
#if defined(CMAKE_BUILD_WITH_CMAKE)
|
||||||
/** Echo a message in color using KWSys's Terminal cprintf. */
|
/** Echo a message in color using KWSys's Terminal cprintf. */
|
||||||
static void MakefileColorEcho(int color, const char* message,
|
static void MakefileColorEcho(int color, const char* message,
|
||||||
bool newline, bool enabled);
|
bool newLine, bool enabled);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in New Issue