From 25bf1d17fc5c33485c1e23b7d7c1c1d3048fcff3 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/qpid@1478252 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/RecoverableQueue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src') diff --git a/cpp/src/qpid/broker/RecoverableQueue.h b/cpp/src/qpid/broker/RecoverableQueue.h index 103711d7d5..a76f0b4fe2 100644 --- a/cpp/src/qpid/broker/RecoverableQueue.h +++ b/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