diff options
Diffstat (limited to 'cpp/include/qpid/messaging/Address.h')
-rw-r--r-- | cpp/include/qpid/messaging/Address.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/include/qpid/messaging/Address.h b/cpp/include/qpid/messaging/Address.h index 2e36d0ae22..bebbfc72f6 100644 --- a/cpp/include/qpid/messaging/Address.h +++ b/cpp/include/qpid/messaging/Address.h @@ -155,7 +155,9 @@ class Address AddressImpl* impl; }; +#ifndef SWIG QPID_MESSAGING_EXTERN std::ostream& operator<<(std::ostream& out, const Address& address); +#endif }} // namespace qpid::messaging |