summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/Timer.h')
-rw-r--r--cpp/src/qpid/broker/Timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Timer.h b/cpp/src/qpid/broker/Timer.h
index c70ffeaedc..e89ae499b7 100644
--- a/cpp/src/qpid/broker/Timer.h
+++ b/cpp/src/qpid/broker/Timer.h
@@ -53,7 +53,7 @@ class Timer : private qpid::sys::Runnable
{
qpid::sys::Monitor monitor;
std::priority_queue<TimerTask::shared_ptr, std::vector<TimerTask::shared_ptr>, Later> tasks;
- std::auto_ptr<qpid::sys::Thread> runner;
+ qpid::sys::Thread runner;
bool active;
void run();