From 2eb8b854ec719afe160028e217369ac4b8ed3e90 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 21 Feb 2011 09:37:03 +0000 Subject: QPID-3002: Fix warning on windows regarding struct/class inconsistencies in declarations git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1072907 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/QueueObserver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') diff --git a/cpp/src/qpid/broker/QueueObserver.h b/cpp/src/qpid/broker/QueueObserver.h index a711213dee..3ca01c051e 100644 --- a/cpp/src/qpid/broker/QueueObserver.h +++ b/cpp/src/qpid/broker/QueueObserver.h @@ -24,7 +24,7 @@ namespace qpid { namespace broker { -class QueuedMessage; +struct QueuedMessage; /** * Interface for notifying classes who want to act as 'observers' of a * queue of particular events. -- cgit v1.2.1