class pkgDepCache;
class pkgOrderList : protected pkgCache::Namespace
{
- void *d;
+ void * const d;
protected:
pkgDepCache &Cache;
int Score(PkgIterator Pkg);
- pkgOrderList(pkgDepCache *Cache);
+ explicit pkgOrderList(pkgDepCache *Cache);
virtual ~pkgOrderList();
};