summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2011-02-21 09:37:03 +0000
committerGordon Sim <gsim@apache.org>2011-02-21 09:37:03 +0000
commit2eb8b854ec719afe160028e217369ac4b8ed3e90 (patch)
tree811a5c3c4c03c534963d2ceec4ae0b41da388b84 /cpp/src
parent10e3a051166ebdcb413a43a52b62cea2db725ea5 (diff)
downloadqpid-python-2eb8b854ec719afe160028e217369ac4b8ed3e90.tar.gz
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
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/broker/QueueObserver.h2
1 files changed, 1 insertions, 1 deletions
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.