diff options
Diffstat (limited to 'cpp/src/qpid/cluster/Event.h')
| -rw-r--r-- | cpp/src/qpid/cluster/Event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Event.h b/cpp/src/qpid/cluster/Event.h index c63e09ca46..32e8f5e07b 100644 --- a/cpp/src/qpid/cluster/Event.h +++ b/cpp/src/qpid/cluster/Event.h @@ -91,7 +91,7 @@ class Event : public EventHeader { RefCountedBuffer::pointer store; }; -std::ostream& operator << (std::ostream&, const Event&); +std::ostream& operator << (std::ostream&, const EventHeader&); }} // namespace qpid::cluster #endif /*!QPID_CLUSTER_EVENT_H*/ |
