X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/db09a1c5dd74f422571c4130364bb7c78200e8c8..463f24f99f6cca2df71e7ec0568a6bdcd78cf9ed:/apt-pkg/algorithms.h diff --git a/apt-pkg/algorithms.h b/apt-pkg/algorithms.h index 076542c20..aff8a68f2 100644 --- a/apt-pkg/algorithms.h +++ b/apt-pkg/algorithms.h @@ -78,6 +78,7 @@ private: public: pkgSimulate(pkgDepCache *Cache); + ~pkgSimulate(); }; /*}}}*/ class pkgProblemResolver /*{{{*/