From ee84313b4e4ea3f3e7fbcd62d963812d842c5425 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Mon, 27 Oct 2008 23:52:53 +0000 Subject: 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 --- cpp/src/qpid/client/Connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/client/Connection.h') 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 { -- cgit v1.2.1