From c534d81e9ef0b19a57dce9c115e6a436d9a82320 Mon Sep 17 00:00:00 2001 From: "Carl C. Trieloff" Date: Fri, 17 Aug 2007 15:00:05 +0000 Subject: fix for new heap model git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@567061 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/Cluster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') diff --git a/cpp/src/qpid/cluster/Cluster.cpp b/cpp/src/qpid/cluster/Cluster.cpp index d9f1679fdf..e80912a2ea 100644 --- a/cpp/src/qpid/cluster/Cluster.cpp +++ b/cpp/src/qpid/cluster/Cluster.cpp @@ -146,7 +146,7 @@ bool Cluster::wait(boost::function predicate, void Cluster::handleClusterFrame(Id from, AMQFrame& frame) { // TODO aconway 2007-06-20: use visitor pattern here. ClusterNotifyBody* notifyIn= - dynamic_cast(frame.getBody().get()); + dynamic_cast(frame.getBody()); assert(notifyIn); MemberList list; { -- cgit v1.2.1