diff options
author | Stephen D. Huston <shuston@apache.org> | 2010-06-17 21:13:55 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2010-06-17 21:13:55 +0000 |
commit | 4f541d5380ba69e105e1d40f0160e573c0b267aa (patch) | |
tree | c6dbaca8d3cefdd8ecc407cde6926d84aedf48f1 /cpp | |
parent | deeabcecf1c252cfb0cc62250b0ff1ee75300f07 (diff) | |
download | qpid-python-4f541d5380ba69e105e1d40f0160e573c0b267aa.tar.gz |
Refer to FailoverUpdatesImpl as the struct it is, not a class. Removes compile warning on Windows.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@955750 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/include/qpid/messaging/FailoverUpdates.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qpid/messaging/FailoverUpdates.h b/cpp/include/qpid/messaging/FailoverUpdates.h index fb9d106557..14a1a31b63 100644 --- a/cpp/include/qpid/messaging/FailoverUpdates.h +++ b/cpp/include/qpid/messaging/FailoverUpdates.h @@ -26,7 +26,7 @@ namespace qpid { namespace messaging { class Connection; -class FailoverUpdatesImpl; +struct FailoverUpdatesImpl; /** * A utility to listen for updates on cluster membership and update |