X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/db09a1c5dd74f422571c4130364bb7c78200e8c8..81199bf040c2070f421ca5f0664700eaad2857d3:/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 /*{{{*/