X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/b07aeb1a6e24825e534167a737043441e871de9f..5465192b9aeb1ccea778950ccf2d1b7b32f2cd91:/apt-pkg/clean.cc diff --git a/apt-pkg/clean.cc b/apt-pkg/clean.cc index 0fca60ba9..ebe8a8a53 100644 --- a/apt-pkg/clean.cc +++ b/apt-pkg/clean.cc @@ -132,4 +132,5 @@ bool pkgArchiveCleaner::Go(std::string Dir,pkgCache &Cache) } /*}}}*/ +pkgArchiveCleaner::pkgArchiveCleaner() : d(NULL) {} APT_CONST pkgArchiveCleaner::~pkgArchiveCleaner() {}