summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/Connection.h
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2008-10-27 23:52:53 +0000
committerStephen D. Huston <shuston@apache.org>2008-10-27 23:52:53 +0000
commitee84313b4e4ea3f3e7fbcd62d963812d842c5425 (patch)
tree6c850db2a941a03840566828d1d26b45d06f0c0a /cpp/src/qpid/client/Connection.h
parent56480c85567423e45a97a1f1c710e656ff0ed52e (diff)
downloadqpid-python-ee84313b4e4ea3f3e7fbcd62d963812d842c5425.tar.gz
Fix minor compile warnings noticed on Windows
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@708387 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/Connection.h')
-rw-r--r--cpp/src/qpid/client/Connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/Connection.h b/cpp/src/qpid/client/Connection.h
index 999a09490f..6d33f0af22 100644
--- a/cpp/src/qpid/client/Connection.h
+++ b/cpp/src/qpid/client/Connection.h
@@ -27,7 +27,7 @@
namespace qpid {
-class Url;
+struct Url;
namespace client {