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 | df8ed89d564f506eb1515bd61199d6dd493d1066 (patch) | |
| tree | b144bcbd6aec78de506cdb339bc62a8f8f297ad0 /qpid/cpp/include | |
| parent | ea9f51d7bc6a0e20050ac4af2f1135f839d386ec (diff) | |
| download | qpid-python-df8ed89d564f506eb1515bd61199d6dd493d1066.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@955750 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
| -rw-r--r-- | qpid/cpp/include/qpid/messaging/FailoverUpdates.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/include/qpid/messaging/FailoverUpdates.h b/qpid/cpp/include/qpid/messaging/FailoverUpdates.h index fb9d106557..14a1a31b63 100644 --- a/qpid/cpp/include/qpid/messaging/FailoverUpdates.h +++ b/qpid/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 |
