diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-11-11 21:28:27 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-11-11 21:28:27 +0000 |
| commit | 07b25ccf55a46f1e8a60f24739afed70f3beaa21 (patch) | |
| tree | 0df3449819e4149a3caa33c9774bcc1e15b62f2b /cpp/include/qpid/framing/FieldValue.h | |
| parent | 6c8014cba0e7daf138dcb2360deb4a2f26bfde53 (diff) | |
| download | qpid-python-07b25ccf55a46f1e8a60f24739afed70f3beaa21.tar.gz | |
Add missing extern decls. Fixes broken Windows build.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@835078 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include/qpid/framing/FieldValue.h')
| -rw-r--r-- | cpp/include/qpid/framing/FieldValue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qpid/framing/FieldValue.h b/cpp/include/qpid/framing/FieldValue.h index ce4d06d2c8..60a887761f 100644 --- a/cpp/include/qpid/framing/FieldValue.h +++ b/cpp/include/qpid/framing/FieldValue.h @@ -92,7 +92,7 @@ class FieldValue { QPID_COMMON_EXTERN bool operator==(const FieldValue&) const; QPID_COMMON_EXTERN bool operator!=(const FieldValue& v) const { return !(*this == v); } - void print(std::ostream& out) const; + QPID_COMMON_EXTERN void print(std::ostream& out) const; template <typename T> bool convertsTo() const { return false; } template <typename T> T get() const { throw InvalidConversionException(); } |
