diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2013-05-08 20:15:37 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2013-05-08 20:15:37 +0000 |
| commit | 65813bd10e4ebc3276615e21c51b29b3bcb3c08c (patch) | |
| tree | 05bb3e196b4723e92fce89592be39f9535270f76 /cpp/src | |
| parent | c3fbb76ab51f01814941fa822591a28b01a6439f (diff) | |
| download | qpid-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.h | 2 |
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; |
