summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2015-02-10 16:32:52 +0000
committerStephen D. Huston <shuston@apache.org>2015-02-10 16:32:52 +0000
commit1556a7b49a91a921a1110c12c0ed493c4a74bd5f (patch)
treef9e0b30efb59e8cc5252cbd7ef36870e6971d43f
parente4d9cbe7b63b862914696d605303c5401049bb23 (diff)
downloadqpid-python-1556a7b49a91a921a1110c12c0ed493c4a74bd5f.tar.gz
NO-JIRA - refer to OutgoingMessage as 'class' not 'struct' to match its actual definition. Fixes VC12 compile warning.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658755 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/qpid/client/amqp0_10/SenderImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/client/amqp0_10/SenderImpl.h b/qpid/cpp/src/qpid/client/amqp0_10/SenderImpl.h
index 3ed3b457ba..35ce82cf5d 100644
--- a/qpid/cpp/src/qpid/client/amqp0_10/SenderImpl.h
+++ b/qpid/cpp/src/qpid/client/amqp0_10/SenderImpl.h
@@ -36,7 +36,7 @@ namespace amqp0_10 {
class AddressResolution;
class MessageSink;
-struct OutgoingMessage;
+class OutgoingMessage;
/**
*