diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2009-04-23 19:32:06 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2009-04-23 19:32:06 +0000 |
| commit | c90054623cc360ec92a9d0707f9bf4f7c9fb9b96 (patch) | |
| tree | d798f999ad10bbf1b4f3553676f5c86122794534 /cpp/src/qpid/client/Message.h | |
| parent | 3959c9e11001d3ab012dd89e212e0ef6868160aa (diff) | |
| download | qpid-python-c90054623cc360ec92a9d0707f9bf4f7c9fb9b96.tar.gz | |
Fixes to build under Visual Studio 2008
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@768027 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/Message.h')
| -rw-r--r-- | cpp/src/qpid/client/Message.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/Message.h b/cpp/src/qpid/client/Message.h index 88ba6862eb..97238db647 100644 --- a/cpp/src/qpid/client/Message.h +++ b/cpp/src/qpid/client/Message.h @@ -123,7 +123,7 @@ public: QPID_CLIENT_EXTERN Message(const std::string& data=std::string(), const std::string& routingKey=std::string()); - ~Message(); + QPID_CLIENT_EXTERN ~Message(); QPID_CLIENT_EXTERN void setData(const std::string&); QPID_CLIENT_EXTERN const std::string& getData() const; |
