X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/db09a1c5dd74f422571c4130364bb7c78200e8c8..66706285737a895d0baf64c2387c58d5211be4f9:/apt-pkg/algorithms.h?ds=sidebyside 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 /*{{{*/