summaryrefslogtreecommitdiff
path: root/cpp/src/Freeze/ObjectStore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Freeze/ObjectStore.cpp')
-rw-r--r--cpp/src/Freeze/ObjectStore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Freeze/ObjectStore.cpp b/cpp/src/Freeze/ObjectStore.cpp
index b079086b2bb..f864964f435 100644
--- a/cpp/src/Freeze/ObjectStore.cpp
+++ b/cpp/src/Freeze/ObjectStore.cpp
@@ -332,7 +332,7 @@ Freeze::ObjectStoreBase::save(Dbt& key, Dbt& value, Byte status, DbTxn* tx)
Freeze::ObjectStoreBase::Marshaler::Marshaler(const CommunicatorPtr& communicator,
const EncodingVersion& encoding) :
- _os(IceInternal::getInstance(communicator).get(), encoding, true)
+ _os(IceInternal::getInstance(communicator).get(), encoding)
{
}