diff options
Diffstat (limited to 'cpp/test/Ice/stream/Client.cpp')
-rw-r--r-- | cpp/test/Ice/stream/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/stream/Client.cpp b/cpp/test/Ice/stream/Client.cpp index 6d581bc6c6b..f8c72f07ebe 100644 --- a/cpp/test/Ice/stream/Client.cpp +++ b/cpp/test/Ice/stream/Client.cpp @@ -184,7 +184,7 @@ run(int, char**, const Ice::CommunicatorPtr& communicator) test(v); in->endEncapsulation(); - in = Ice::createInputStream(communicator, data, false); + in = Ice::wrapInputStream(communicator, data); in->startEncapsulation(); in->read(v); test(v); |