diff options
Diffstat (limited to 'cpp/src/Ice/CommunicatorI.cpp')
-rw-r--r-- | cpp/src/Ice/CommunicatorI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/CommunicatorI.cpp b/cpp/src/Ice/CommunicatorI.cpp index 656231ba3b0..66be6c81207 100644 --- a/cpp/src/Ice/CommunicatorI.cpp +++ b/cpp/src/Ice/CommunicatorI.cpp @@ -543,7 +543,7 @@ Ice::CommunicatorI::~CommunicatorI() } void -Ice::CommunicatorI::finishSetup(int& argc, char* argv[]) +Ice::CommunicatorI::finishSetup(int& argc, const char* argv[]) { try { |