diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-11-22 13:33:19 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-11-22 13:33:19 +0000 |
commit | a4b6db00f8a577e7af2cb4de1fad90d7a9bd3898 (patch) | |
tree | 2657e03e5f9b6e7c5503edd2b90a4766d426481f /cpp/src/IceGrid/Parser.cpp | |
parent | Intermediate check-in for slice2html. (diff) | |
download | ice-a4b6db00f8a577e7af2cb4de1fad90d7a9bd3898.tar.bz2 ice-a4b6db00f8a577e7af2cb4de1fad90d7a9bd3898.tar.xz ice-a4b6db00f8a577e7af2cb4de1fad90d7a9bd3898.zip |
Changed nl() to newline()
Diffstat (limited to 'cpp/src/IceGrid/Parser.cpp')
-rw-r--r-- | cpp/src/IceGrid/Parser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/Parser.cpp b/cpp/src/IceGrid/Parser.cpp index 8d869cfa1f1..213d826e186 100644 --- a/cpp/src/IceGrid/Parser.cpp +++ b/cpp/src/IceGrid/Parser.cpp @@ -1728,13 +1728,13 @@ Parser::patchFailed(const Ice::StringSeq& reasons) { end = reason.size(); } - out.nl(); + out.newline(); out << reason.substr(beg, end - beg); } out.dec(); if(p + 1 != reasons.end()) { - out.nl(); + out.newline(); } } warning(os.str()); |