From 08ec7524df324e627bbb8d93c509f0d90badbe3b Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Fri, 21 Dec 2007 11:12:14 -0500 Subject: IceUtil cleanup (first commit) --- cpp/src/Slice/Preprocessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/Slice/Preprocessor.cpp') diff --git a/cpp/src/Slice/Preprocessor.cpp b/cpp/src/Slice/Preprocessor.cpp index ead6a4b90a3..863e7f61d65 100644 --- a/cpp/src/Slice/Preprocessor.cpp +++ b/cpp/src/Slice/Preprocessor.cpp @@ -60,7 +60,7 @@ Slice::Preprocessor::addQuotes(const string& arg) // escape the "\" character to ensure that we don't end up with a // \" at the end of the string. // - return "\"" + IceUtil::escapeString(arg, "\\") + "\""; + return "\"" + IceUtilInternal::escapeString(arg, "\\") + "\""; } string -- cgit v1.2.3