diff options
author | Stephen D. Huston <shuston@apache.org> | 2009-08-22 00:51:00 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2009-08-22 00:51:00 +0000 |
commit | cebb42757547222e359f95be9cb027dc0d2fabf5 (patch) | |
tree | f0d88fb10f8557c2f80a0540acd3c3815d239869 /cpp | |
parent | 5f1d73e5cc7bd32fb0c3bfe5a296138cc7ffa30b (diff) | |
download | qpid-python-cebb42757547222e359f95be9cb027dc0d2fabf5.tar.gz |
Added QPID_COMMON_EXPORT to convertIfRequired to satisfy Windows build.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@806769 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-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 f8db6dd382..ce4d06d2c8 100644 --- a/cpp/include/qpid/framing/FieldValue.h +++ b/cpp/include/qpid/framing/FieldValue.h @@ -104,7 +104,7 @@ class FieldValue { protected: FieldValue(uint8_t t, Data* d): typeOctet(t), data(d) {} - static uint8_t* convertIfRequired(uint8_t* const octets, int width); + QPID_COMMON_EXTERN static uint8_t* convertIfRequired(uint8_t* const octets, int width); private: uint8_t typeOctet; |