summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/LinkRegistry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/LinkRegistry.cpp')
-rw-r--r--cpp/src/qpid/broker/LinkRegistry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/LinkRegistry.cpp b/cpp/src/qpid/broker/LinkRegistry.cpp
index 43ed208eba..a79081b8ed 100644
--- a/cpp/src/qpid/broker/LinkRegistry.cpp
+++ b/cpp/src/qpid/broker/LinkRegistry.cpp
@@ -274,7 +274,7 @@ void LinkRegistry::destroyBridge(Bridge *bridge)
}
//void LinkRegistry::setStore (MessageStore* _store)
-void LinkRegistry::setStore (AsyncStore* _asyncStore) {
+void LinkRegistry::setStore (AsyncStore* const _asyncStore) {
asyncStore = _asyncStore;
}