summaryrefslogtreecommitdiff
path: root/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
commit9e52a45dd4946e90fe89f4982c339841242a1884 (patch)
tree200e13e8a2f75409f219bc8d7ed55bc2ee6cfa0b /cpp/src
parent87392fc79df1d2d40efaf6dbd963dd01ea5c0c94 (diff)
downloadqpid-python-9e52a45dd4946e90fe89f4982c339841242a1884.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/qpid@953526 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/client/amqp0_10/ConnectionImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/amqp0_10/ConnectionImpl.h b/cpp/src/qpid/client/amqp0_10/ConnectionImpl.h
index f32a07569b..904cef750c 100644
--- a/cpp/src/qpid/client/amqp0_10/ConnectionImpl.h
+++ b/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 {