diff options
Diffstat (limited to 'cpp/test/Ice/faultTolerance/Client.cpp')
-rw-r--r-- | cpp/test/Ice/faultTolerance/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/faultTolerance/Client.cpp b/cpp/test/Ice/faultTolerance/Client.cpp index fcedc08778c..59c8c3e06e7 100644 --- a/cpp/test/Ice/faultTolerance/Client.cpp +++ b/cpp/test/Ice/faultTolerance/Client.cpp @@ -43,7 +43,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) return EXIT_FAILURE; } - void allTests(const Ice::CommunicatorPtr, const vector<int>&&); + void allTests(const Ice::CommunicatorPtr&, const vector<int>&); allTests(communicator, ports); return EXIT_SUCCESS; } |