summaryrefslogtreecommitdiff
path: root/cpp/src/iceserviceinstall/Install.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/iceserviceinstall/Install.cpp')
-rwxr-xr-xcpp/src/iceserviceinstall/Install.cpp2
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)
{