summaryrefslogtreecommitdiff
path: root/cpp
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
commitfa1195faab44c0ca16b027e02beb8b07f90c1d00 (patch)
tree811a5c3c4c03c534963d2ceec4ae0b41da388b84 /cpp
parent2f5edf99bb490f831b7b75ca1d66dda18d908b89 (diff)
downloadqpid-python-fa1195faab44c0ca16b027e02beb8b07f90c1d00.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')
-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.