diff options
Diffstat (limited to 'cpp/src/Ice/Exception.cpp')
-rw-r--r-- | cpp/src/Ice/Exception.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Exception.cpp b/cpp/src/Ice/Exception.cpp index 83d8908af8d..0f64228c893 100644 --- a/cpp/src/Ice/Exception.cpp +++ b/cpp/src/Ice/Exception.cpp @@ -137,7 +137,7 @@ Ice::OperationNotExistException::ice_print(ostream& out) const } void -Ice::SystemException::ice_print(ostream& out) const +Ice::SyscallException::ice_print(ostream& out) const { Exception::ice_print(out); if(error != 0) |