diff options
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(); } |
