diff options
| author | Ken Giusti <kgiusti@apache.org> | 2011-05-04 12:03:27 +0000 |
|---|---|---|
| committer | Ken Giusti <kgiusti@apache.org> | 2011-05-04 12:03:27 +0000 |
| commit | fe93bb788f4d49dde40ff816fc9961e8bbee2eb5 (patch) | |
| tree | fd5cb8e630b9273a9cabe1bac1e586ba88120b28 /cpp/src | |
| parent | 396425d802179c8c39eeb15fddb43ba8f51d9ede (diff) | |
| download | qpid-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
Diffstat (limited to 'cpp/src')
| -rw-r--r-- | cpp/src/qpid/broker/QueueFlowLimit.h | 2 |
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&); |
