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 | aa45a40b1e89d357839f72cd73fd07c8815282c5 (patch) | |
| tree | ed05a311d480f37e21c97458e6c71c6df0bb4e55 /cpp/include | |
| parent | 6a5be87f4bb5aae83ecfa0e8b6ad9280b5c008b2 (diff) | |
| download | qpid-python-aa45a40b1e89d357839f72cd73fd07c8815282c5.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/qpid@1401072 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include')
| -rw-r--r-- | cpp/include/qpid/messaging/Message.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qpid/messaging/Message.h b/cpp/include/qpid/messaging/Message.h index e89a6ce02f..5b14c7cf27 100644 --- a/cpp/include/qpid/messaging/Message.h +++ b/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. |
