diff options
Diffstat (limited to 'cpp/src/IcePatch2/Server.cpp')
-rw-r--r-- | cpp/src/IcePatch2/Server.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IcePatch2/Server.cpp b/cpp/src/IcePatch2/Server.cpp index 814fb3f42cd..35fe7589e48 100644 --- a/cpp/src/IcePatch2/Server.cpp +++ b/cpp/src/IcePatch2/Server.cpp @@ -67,7 +67,7 @@ IcePatch2::PatcherService::start(int argc, char* argv[]) { PropertiesPtr properties = communicator()->getProperties(); - IceUtil::Options opts; + IceUtilInternal::Options opts; opts.addOpt("h", "help"); opts.addOpt("v", "version"); @@ -76,7 +76,7 @@ IcePatch2::PatcherService::start(int argc, char* argv[]) { args = opts.parse(argc, (const char**)argv); } - catch(const IceUtil::BadOptException& e) + catch(const IceUtilInternal::BadOptException& e) { error(e.reason); usage(argv[0]); |