diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2012-10-22 20:45:46 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2012-10-22 20:45:46 +0000 |
| commit | a25e790ee4246eb88e027356de34b7174c6946e5 (patch) | |
| tree | 73a2f3f110d6e6a6239ebf12a6a18a5288c098c0 /qpid/cpp/include | |
| parent | 67172a39af653f93286ee5138607f9f54579e9f9 (diff) | |
| download | qpid-python-a25e790ee4246eb88e027356de34b7174c6946e5.tar.gz | |
QPID-4368: Add some more missing export declarations
- Also squash a struct/class warning
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1401072 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
| -rw-r--r-- | qpid/cpp/include/qpid/messaging/Message.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/include/qpid/messaging/Message.h b/qpid/cpp/include/qpid/messaging/Message.h index e89a6ce02f..5b14c7cf27 100644 --- a/qpid/cpp/include/qpid/messaging/Message.h +++ b/qpid/cpp/include/qpid/messaging/Message.h @@ -34,7 +34,7 @@ namespace messaging { class Address; class Codec; -struct MessageImpl; +class MessageImpl; /** \ingroup messaging * Representation of a message. |
