From 25552d15c77fb2d4ac3549c0796c4c298bdf7ec7 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@1480438 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/ha/ConnectionObserver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp') diff --git a/qpid/cpp/src/qpid/ha/ConnectionObserver.h b/qpid/cpp/src/qpid/ha/ConnectionObserver.h index 85510ab459..57ff5b1086 100644 --- a/qpid/cpp/src/qpid/ha/ConnectionObserver.h +++ b/qpid/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