diff options
Diffstat (limited to 'cpp/src/IcePatch2/Server.cpp')
-rw-r--r-- | cpp/src/IcePatch2/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch2/Server.cpp b/cpp/src/IcePatch2/Server.cpp index 7201cec74c2..f983479aad8 100644 --- a/cpp/src/IcePatch2/Server.cpp +++ b/cpp/src/IcePatch2/Server.cpp @@ -76,7 +76,7 @@ IcePatch2::PatcherService::start(int argc, char* argv[]) { args = opts.parse(argc, (const char**)argv); } - catch(const IceUtil::Options::BadOpt& e) + catch(const IceUtil::BadOptException& e) { error(e.reason); usage(argv[0]); |