diff options
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/broker/QueueObserver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/QueueObserver.h b/qpid/cpp/src/qpid/broker/QueueObserver.h index a711213dee..3ca01c051e 100644 --- a/qpid/cpp/src/qpid/broker/QueueObserver.h +++ b/qpid/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. |
