summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Giusti <kgiusti@apache.org>2011-05-04 12:03:27 +0000
committerKen Giusti <kgiusti@apache.org>2011-05-04 12:03:27 +0000
commitfe93bb788f4d49dde40ff816fc9961e8bbee2eb5 (patch)
treefd5cb8e630b9273a9cabe1bac1e586ba88120b28
parent396425d802179c8c39eeb15fddb43ba8f51d9ede (diff)
downloadqpid-python-fe93bb788f4d49dde40ff816fc9961e8bbee2eb5.tar.gz
QPID-3244: fix windows build
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1099424 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/src/qpid/broker/QueueFlowLimit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/QueueFlowLimit.h b/cpp/src/qpid/broker/QueueFlowLimit.h
index ded27fb8bb..c02e479976 100644
--- a/cpp/src/qpid/broker/QueueFlowLimit.h
+++ b/cpp/src/qpid/broker/QueueFlowLimit.h
@@ -78,7 +78,7 @@ class Broker;
static QPID_BROKER_EXTERN const std::string flowStopSizeKey;
static QPID_BROKER_EXTERN const std::string flowResumeSizeKey;
- virtual ~QueueFlowLimit();
+ QPID_BROKER_EXTERN virtual ~QueueFlowLimit();
/** the queue has added QueuedMessage. Returns true if flow state changes */
QPID_BROKER_EXTERN void enqueued(const QueuedMessage&);