diff options
author | Alan Conway <aconway@apache.org> | 2006-10-17 21:03:03 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2006-10-17 21:03:03 +0000 |
commit | 9da1df0a07bb9543078fd5384e47dc651e4ceaf0 (patch) | |
tree | 5201030359c14d7ad63b789b050ddc467683dcbb /cpp/src/qpid/concurrent/APRThread.h | |
parent | 3706a84dc89c1e667472a9854f4cd8375fe25345 (diff) | |
download | qpid-python-9da1df0a07bb9543078fd5384e47dc651e4ceaf0.tar.gz |
Fix core dump if address in use.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@465054 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/concurrent/APRThread.h')
-rw-r--r-- | cpp/src/qpid/concurrent/APRThread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/concurrent/APRThread.h b/cpp/src/qpid/concurrent/APRThread.h index 6d3fc0a285..6328765a06 100644 --- a/cpp/src/qpid/concurrent/APRThread.h +++ b/cpp/src/qpid/concurrent/APRThread.h @@ -26,7 +26,7 @@ namespace qpid { namespace concurrent { - class APRThread : public virtual Thread + class APRThread : public Thread { const Runnable* runnable; apr_pool_t* pool; |