diff options
Diffstat (limited to 'binaryurp/source')
-rw-r--r-- | binaryurp/source/reader.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/reader.cxx b/binaryurp/source/reader.cxx index 542787105caa..45276eab9971 100644 --- a/binaryurp/source/reader.cxx +++ b/binaryurp/source/reader.cxx @@ -330,7 +330,7 @@ void Reader::readMessage(Unmarshal & unmarshal) { } std::unique_ptr< IncomingRequest > req( new IncomingRequest( - bridge_, tid, oid, std::move(obj), type, functionId, synchronous, + bridge_, tid, oid, std::move(obj), std::move(type), functionId, synchronous, memberTd, bSetter, std::move(inArgs), ccMode, std::move(cc))); if (synchronous) { bridge_->incrementActiveCalls(); |