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 | f1c5221407340a5d732e596cb4251fad394fb280 (patch) | |
| tree | c6dbaca8d3cefdd8ecc407cde6926d84aedf48f1 /cpp/include | |
| parent | fc8e10a0afbc4dd9fc5c9502f5bd261893286285 (diff) | |
| download | qpid-python-f1c5221407340a5d732e596cb4251fad394fb280.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/include')
| -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 |
