From 85e7cf723b05620e1ed44d50a9533811e823585f Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Fri, 11 Jun 2010 00:59:41 +0000 Subject: 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 --- cpp/src/qpid/client/amqp0_10/ConnectionImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/client') 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 namespace qpid { -class Url; +struct Url; namespace client { namespace amqp0_10 { -- cgit v1.2.1