diff options
Diffstat (limited to 'cpp/src/iceserviceinstall/Install.cpp')
-rwxr-xr-x | cpp/src/iceserviceinstall/Install.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/iceserviceinstall/Install.cpp b/cpp/src/iceserviceinstall/Install.cpp index c1e11015280..0c46d3a35e2 100755 --- a/cpp/src/iceserviceinstall/Install.cpp +++ b/cpp/src/iceserviceinstall/Install.cpp @@ -67,7 +67,7 @@ Install::run(int argc, char* argv[]) vector<string> commands; try { - commands = opts.parse(argc, argv); + commands = opts.parse(argc, (const char**)argv); } catch(const IceUtilInternal::BadOptException& e) { |