summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/BasicStream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/BasicStream.cpp')
-rw-r--r--cpp/src/Ice/BasicStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/BasicStream.cpp b/cpp/src/Ice/BasicStream.cpp
index d5014036981..0b846e64d31 100644
--- a/cpp/src/Ice/BasicStream.cpp
+++ b/cpp/src/Ice/BasicStream.cpp
@@ -902,7 +902,7 @@ IceInternal::BasicStream::throwException(const char** throwsBegin, const char**
if (binary_search(throwsBegin, throwsEnd, string(*p)))
{
ex.__read(this);
- ex._throw();
+ ex._ice_throw();
}
}