summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/cluster/exp/EventHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/cluster/exp/EventHandler.cpp')
-rw-r--r--qpid/cpp/src/qpid/cluster/exp/EventHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/cluster/exp/EventHandler.cpp b/qpid/cpp/src/qpid/cluster/exp/EventHandler.cpp
index 2138004380..beebe9fc16 100644
--- a/qpid/cpp/src/qpid/cluster/exp/EventHandler.cpp
+++ b/qpid/cpp/src/qpid/cluster/exp/EventHandler.cpp
@@ -41,7 +41,7 @@ EventHandler::EventHandler(Core& c) :
EventHandler::~EventHandler() {}
-void EventHandler::add(const boost::shared_ptr<HandlerBase>& handler) {
+void EventHandler::add(const boost::intrusive_ptr<HandlerBase>& handler) {
handlers.push_back(handler);
}