diff options
Diffstat (limited to 'cpp/src/qpid/broker/SessionState.cpp')
-rw-r--r-- | cpp/src/qpid/broker/SessionState.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/SessionState.cpp b/cpp/src/qpid/broker/SessionState.cpp index 4c5aaf7fc4..4d5fe14690 100644 --- a/cpp/src/qpid/broker/SessionState.cpp +++ b/cpp/src/qpid/broker/SessionState.cpp @@ -58,7 +58,7 @@ SessionState::SessionState( broker(b), handler(&h), semanticState(*this, *this), adapter(semanticState), - msgBuilder(&broker.getStore(), broker.getStagingThreshold()), + msgBuilder(&broker.getStore()), enqueuedOp(boost::bind(&SessionState::enqueued, this, _1)), mgmtObject(0), rateFlowcontrol(0) |