diff options
Diffstat (limited to 'cpp/src/qpid/broker/TopicExchange.h')
-rw-r--r-- | cpp/src/qpid/broker/TopicExchange.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/TopicExchange.h b/cpp/src/qpid/broker/TopicExchange.h index 24bf5f7bca..b3ee1ea66d 100644 --- a/cpp/src/qpid/broker/TopicExchange.h +++ b/cpp/src/qpid/broker/TopicExchange.h @@ -86,11 +86,11 @@ class TopicExchange : public virtual Exchange { static const std::string typeName; QPID_BROKER_EXTERN TopicExchange(const string& name, - management::Manageable* parent = 0); + management::Manageable* parent = 0, Broker* broker = 0); QPID_BROKER_EXTERN TopicExchange(const string& _name, bool _durable, const qpid::framing::FieldTable& _args, - management::Manageable* parent = 0); + management::Manageable* parent = 0, Broker* broker = 0); virtual std::string getType() const { return typeName; } |