summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/Preprocessor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Slice/Preprocessor.cpp')
-rw-r--r--cpp/src/Slice/Preprocessor.cpp2
1 files changed, 1 insertions, 1 deletions
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