From df8ed89d564f506eb1515bd61199d6dd493d1066 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Thu, 17 Jun 2010 21:13:55 +0000 Subject: 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 --- qpid/cpp/include/qpid/messaging/FailoverUpdates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp') 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 -- cgit v1.2.1