summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/Outgoing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/src/IceE/Outgoing.cpp')
-rw-r--r--cppe/src/IceE/Outgoing.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/cppe/src/IceE/Outgoing.cpp b/cppe/src/IceE/Outgoing.cpp
index 0da4ad89209..6e1d64206b6 100644
--- a/cppe/src/IceE/Outgoing.cpp
+++ b/cppe/src/IceE/Outgoing.cpp
@@ -49,7 +49,9 @@ IceInternal::Outgoing::Outgoing(Connection* connection, Reference* ref, const st
_connection(connection),
_reference(ref),
_state(StateUnsent),
- _stream(ref->getInstance().get(), ref->getInstance()->messageSizeMax())
+ _stream(ref->getInstance().get(), ref->getInstance()->messageSizeMax(),
+ ref->getInstance()->initializationData().stringConverter,
+ ref->getInstance()->initializationData().wstringConverter)
{
switch(_reference->getMode())
{