diff options
Diffstat (limited to 'cpp/demo/Ice/nested/Client.cpp')
-rw-r--r-- | cpp/demo/Ice/nested/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/nested/Client.cpp b/cpp/demo/Ice/nested/Client.cpp index 3ee590f9cb4..9d56c5f2439 100644 --- a/cpp/demo/Ice/nested/Client.cpp +++ b/cpp/demo/Ice/nested/Client.cpp @@ -72,7 +72,7 @@ NestedClient::run(int argc, char* argv[]) nested->nested(level, self); } } - catch(const LocalException& ex) + catch(const Exception& ex) { cerr << ex << endl; } |