class pkgSimulate : public pkgPackageManager /*{{{*/
{
- void *d;
+ void * const d;
protected:
class Policy : public pkgDepCache::Policy
{
private:
/** \brief dpointer placeholder (for later in case we need it) */
- void *d;
+ void * const d;
pkgDepCache &Cache;
typedef pkgCache::PkgIterator PkgIterator;