summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-worker.h
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-05-06 16:15:53 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-05-06 16:15:53 +0200
commitd1aa91622b3e0f7653889cab205e4c5c622162f4 (patch)
tree2daa36375c215c86df9b98c435d7899402748287 /apt-pkg/acquire-worker.h
parent2d847a5919828ab26dd3f3c5993497b95df9051b (diff)
parentd7087c493bf2fc7a0eaf6fa308c496c81e6dc98f (diff)
merge with debian-experimental-ma
Diffstat (limited to 'apt-pkg/acquire-worker.h')
-rw-r--r--apt-pkg/acquire-worker.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-pkg/acquire-worker.h b/apt-pkg/acquire-worker.h
index 2942df69f..06283922e 100644
--- a/apt-pkg/acquire-worker.h
+++ b/apt-pkg/acquire-worker.h
@@ -20,6 +20,7 @@
#define PKGLIB_ACQUIRE_WORKER_H
#include <apt-pkg/acquire.h>
+#include <apt-pkg/weakptr.h>
/** \brief A fetch subprocess.
@@ -41,7 +42,7 @@
*
* \sa pkgAcqMethod, pkgAcquire::Item, pkgAcquire
*/
-class pkgAcquire::Worker
+class pkgAcquire::Worker : public WeakPointable
{
friend class pkgAcquire;