diff options
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/broker/Queue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/Queue.h b/qpid/cpp/src/qpid/broker/Queue.h index e58789e44b..73d52ec9ca 100644 --- a/qpid/cpp/src/qpid/broker/Queue.h +++ b/qpid/cpp/src/qpid/broker/Queue.h @@ -197,7 +197,7 @@ class Queue : public boost::enable_shared_from_this<Queue>, * Used to configure a new queue and create a persistent record * for it in store if required. */ - void create(const qpid::framing::FieldTable& settings); + QPID_BROKER_EXTERN void create(const qpid::framing::FieldTable& settings); /** * Used to reconfigure a recovered queue (does not create |
