summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/BasicStream.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-11-14 13:29:26 +0000
committerMarc Laukien <marc@zeroc.com>2001-11-14 13:29:26 +0000
commit1547494750fd95418135b9c476d2af928a900e40 (patch)
treed0c251a1dbe76ef89e7d3e7b995e1dd2e15c2105 /cpp/src/Ice/BasicStream.cpp
parentmake depend (diff)
downloadice-1547494750fd95418135b9c476d2af928a900e40.tar.bz2
ice-1547494750fd95418135b9c476d2af928a900e40.tar.xz
ice-1547494750fd95418135b9c476d2af928a900e40.zip
fixes
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 0b846e64d31..6d9c67687bf 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._ice_throw();
+ ex.ice_throw();
}
}