diff options
Diffstat (limited to 'cpp/lib/broker/AutoDelete.cpp')
| -rw-r--r-- | cpp/lib/broker/AutoDelete.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/lib/broker/AutoDelete.cpp b/cpp/lib/broker/AutoDelete.cpp index ae48d10505..2037a9c71c 100644 --- a/cpp/lib/broker/AutoDelete.cpp +++ b/cpp/lib/broker/AutoDelete.cpp @@ -24,7 +24,7 @@ using namespace qpid::broker; using namespace qpid::sys; -AutoDelete::AutoDelete(QueueRegistry* const _registry, u_int32_t _period) +AutoDelete::AutoDelete(QueueRegistry* const _registry, uint32_t _period) : registry(_registry), period(_period), stopped(true) { } void AutoDelete::add(Queue::shared_ptr const queue){ |
