summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorKenneth Anthony Giusti <kgiusti@apache.org>2011-05-04 12:03:27 +0000
committerKenneth Anthony Giusti <kgiusti@apache.org>2011-05-04 12:03:27 +0000
commitb49ffdb088ac0d24b90b2af62b7667681de80aca (patch)
treefd5cb8e630b9273a9cabe1bac1e586ba88120b28 /cpp
parent1cbdb20563e406d450a9632ccd503d04de49ff06 (diff)
downloadqpid-python-b49ffdb088ac0d24b90b2af62b7667681de80aca.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
Diffstat (limited to 'cpp')
-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&);