diff options
Diffstat (limited to 'cpp/src/IcePatch2/Client.cpp')
-rw-r--r-- | cpp/src/IcePatch2/Client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IcePatch2/Client.cpp b/cpp/src/IcePatch2/Client.cpp index 5bdbf0c0e10..37b8b195ca9 100644 --- a/cpp/src/IcePatch2/Client.cpp +++ b/cpp/src/IcePatch2/Client.cpp @@ -237,7 +237,7 @@ Client::run(int argc, char* argv[]) { PropertiesPtr properties = communicator()->getProperties(); - IceUtil::Options opts; + IceUtilInternal::Options opts; opts.addOpt("h", "help"); opts.addOpt("v", "version"); opts.addOpt("t", "thorough"); @@ -247,7 +247,7 @@ Client::run(int argc, char* argv[]) { args = opts.parse(argc, (const char**)argv); } - catch(const IceUtil::BadOptException& e) + catch(const IceUtilInternal::BadOptException& e) { cerr << e.reason << endl; usage(argv[0]); |