diff options
Diffstat (limited to 'cpp/src')
| -rw-r--r-- | cpp/src/qpid/sys/PollableQueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/sys/PollableQueue.h b/cpp/src/qpid/sys/PollableQueue.h index 5dd2483256..9fbe48fe84 100644 --- a/cpp/src/qpid/sys/PollableQueue.h +++ b/cpp/src/qpid/sys/PollableQueue.h @@ -91,7 +91,7 @@ class PollableQueue { Callback callback; boost::shared_ptr<sys::Poller> poller; PollableCondition condition; - DispatchHandle handle; + DispatchHandleRef handle; Queue queue, batch; Thread dispatcher; bool stopped; |
