From 65813bd10e4ebc3276615e21c51b29b3bcb3c08c Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Wed, 8 May 2013 20:15:37 +0000 Subject: NO-JIRA: Fix harmless but annoying Visual Studio warning git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1480438 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/ha/ConnectionObserver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') diff --git a/cpp/src/qpid/ha/ConnectionObserver.h b/cpp/src/qpid/ha/ConnectionObserver.h index 85510ab459..57ff5b1086 100644 --- a/cpp/src/qpid/ha/ConnectionObserver.h +++ b/cpp/src/qpid/ha/ConnectionObserver.h @@ -29,7 +29,7 @@ #include "boost/shared_ptr.hpp" namespace qpid { -class Address; +struct Address; namespace ha { class BrokerInfo; -- cgit v1.2.1