summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-05-08 20:15:37 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-05-08 20:15:37 +0000
commit65813bd10e4ebc3276615e21c51b29b3bcb3c08c (patch)
tree05bb3e196b4723e92fce89592be39f9535270f76 /cpp/src
parentc3fbb76ab51f01814941fa822591a28b01a6439f (diff)
downloadqpid-python-65813bd10e4ebc3276615e21c51b29b3bcb3c08c.tar.gz
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
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/ha/ConnectionObserver.h2
1 files changed, 1 insertions, 1 deletions
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;