summaryrefslogtreecommitdiff
path: root/cpp/include
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2012-04-20 13:35:17 +0000
committerStephen D. Huston <shuston@apache.org>2012-04-20 13:35:17 +0000
commit3011d8614330e230c3e0543cfc58390d419a6380 (patch)
treef72a77bfb86de9b62e8893b9ee185eb3cbd68cec /cpp/include
parent63cedb715dcd8aa81024c68a5848bc2227158b5a (diff)
downloadqpid-python-3011d8614330e230c3e0543cfc58390d419a6380.tar.gz
Add missing QPID_COMMON_EXTERN on Invalid needed by recent ha Backup.cpp reference to it. NO-JIRA
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1328372 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include')
-rw-r--r--cpp/include/qpid/Url.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qpid/Url.h b/cpp/include/qpid/Url.h
index 6dc7c787ee..4c751fa2f7 100644
--- a/cpp/include/qpid/Url.h
+++ b/cpp/include/qpid/Url.h
@@ -39,7 +39,7 @@ struct Url : public std::vector<Address> {
* on a multi-homed host. */
QPID_COMMON_EXTERN static Url getIpAddressesUrl(uint16_t port);
- struct Invalid : public Exception { Invalid(const std::string& s); };
+ QPID_COMMON_EXTERN struct Invalid : public Exception { Invalid(const std::string& s); };
/** Convert to string form. */
QPID_COMMON_EXTERN std::string str() const;