summaryrefslogtreecommitdiff
path: root/backends/aptcc/apt-intf.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/aptcc/apt-intf.h')
-rw-r--r--backends/aptcc/apt-intf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/aptcc/apt-intf.h b/backends/aptcc/apt-intf.h
index 15cf8ee0..e8c85b01 100644
--- a/backends/aptcc/apt-intf.h
+++ b/backends/aptcc/apt-intf.h
@@ -163,7 +163,7 @@ private:
PkBackend *m_backend;
bool &_cancel;
- bool checkTrusted(pkgAcquire &fetcher, PkBackend *backend);
+ bool checkTrusted(pkgAcquire &fetcher, bool simulating);
bool TryToInstall(const pkgCache::PkgIterator &constPkg,
pkgDepCache &Cache,
pkgProblemResolver &Fix,