summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2008-10-30 23:10:45 +0000
committerStephen D. Huston <shuston@apache.org>2008-10-30 23:10:45 +0000
commit3229a62debea661e6842bec0c7e1bc3eac6b1c61 (patch)
treeb8a93f112409c588fe50653e15ab7c1ac21beab0 /qpid/cpp/src
parentfac8410c4beb2686f3df8deee4dbd928cd9fca96 (diff)
downloadqpid-python-3229a62debea661e6842bec0c7e1bc3eac6b1c61.tar.gz
Consistently refer to struct as struct, not class
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@709280 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/broker/Broker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/Broker.h b/qpid/cpp/src/qpid/broker/Broker.h
index 3d93823ffa..bd8cf532d1 100644
--- a/qpid/cpp/src/qpid/broker/Broker.h
+++ b/qpid/cpp/src/qpid/broker/Broker.h
@@ -60,7 +60,7 @@ namespace sys {
class Poller;
}
-class Url;
+struct Url;
namespace broker {