summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2010-06-11 00:59:41 +0000
committerStephen D. Huston <shuston@apache.org>2010-06-11 00:59:41 +0000
commit5a8d36c5bfb045876b21da5864ee747e80a1d1f6 (patch)
tree25050b43aa648862175c2c2dcaf13f0eead41c5d /qpid/cpp/src
parent6315831712123af530943bd9129425c6dc6d7a17 (diff)
downloadqpid-python-5a8d36c5bfb045876b21da5864ee747e80a1d1f6.tar.gz
Refer to struct Url as that, not a class - fixes compile warnings on Windows.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953526 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/client/amqp0_10/ConnectionImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/client/amqp0_10/ConnectionImpl.h b/qpid/cpp/src/qpid/client/amqp0_10/ConnectionImpl.h
index f32a07569b..904cef750c 100644
--- a/qpid/cpp/src/qpid/client/amqp0_10/ConnectionImpl.h
+++ b/qpid/cpp/src/qpid/client/amqp0_10/ConnectionImpl.h
@@ -31,7 +31,7 @@
#include <vector>
namespace qpid {
-class Url;
+struct Url;
namespace client {
namespace amqp0_10 {