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 c147357e62c..c930fca7b7e 100644 --- a/cpp/src/Ice/Exception.cpp +++ b/cpp/src/Ice/Exception.cpp @@ -53,7 +53,7 @@ Ice::LocalException::~LocalException() throw() } Ice::SystemException::SystemException(const char* file, int line) : - LocalException(file, line) + Exception(file, line) { } |