diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-05-06 16:15:53 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-05-06 16:15:53 +0200 |
commit | d1aa91622b3e0f7653889cab205e4c5c622162f4 (patch) | |
tree | 2daa36375c215c86df9b98c435d7899402748287 /apt-pkg/acquire-item.h | |
parent | 2d847a5919828ab26dd3f3c5993497b95df9051b (diff) | |
parent | d7087c493bf2fc7a0eaf6fa308c496c81e6dc98f (diff) |
merge with debian-experimental-ma
Diffstat (limited to 'apt-pkg/acquire-item.h')
-rw-r--r-- | apt-pkg/acquire-item.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-pkg/acquire-item.h b/apt-pkg/acquire-item.h index bafa8263a..b338b2a41 100644 --- a/apt-pkg/acquire-item.h +++ b/apt-pkg/acquire-item.h @@ -27,6 +27,7 @@ #include <apt-pkg/pkgrecords.h> #include <apt-pkg/indexrecords.h> #include <apt-pkg/hashes.h> +#include <apt-pkg/weakptr.h> /** \addtogroup acquire * @{ @@ -46,7 +47,7 @@ * * \see pkgAcquire */ -class pkgAcquire::Item +class pkgAcquire::Item : public WeakPointable { protected: |