From f0c335abaebf154284ed5560dcdbc33210a90efc Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Thu, 2 May 2013 02:05:50 +0000 Subject: Resolve Windows compile error and warnings. NO-JIRA git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478252 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/broker/RecoverableQueue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/cpp/src') diff --git a/qpid/cpp/src/qpid/broker/RecoverableQueue.h b/qpid/cpp/src/qpid/broker/RecoverableQueue.h index 103711d7d5..a76f0b4fe2 100644 --- a/qpid/cpp/src/qpid/broker/RecoverableQueue.h +++ b/qpid/cpp/src/qpid/broker/RecoverableQueue.h @@ -29,7 +29,7 @@ namespace qpid { namespace broker { class ExternalQueueStore; -class QueueSettings; +struct QueueSettings; /** * The interface through which messages are added back to queues on @@ -52,7 +52,7 @@ public: virtual void setExternalQueueStore(ExternalQueueStore* inst) = 0; virtual ExternalQueueStore* getExternalQueueStore() const = 0; virtual const QueueSettings& getSettings() const = 0; - virtual void addArgument(const std::string& key, const types::Variant& value) = 0; + virtual void addArgument(const std::string& key, const qpid::types::Variant& value) = 0; }; -- cgit v1.2.1