diff options
Diffstat (limited to 'apt-pkg/algorithms.h')
-rw-r--r-- | apt-pkg/algorithms.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apt-pkg/algorithms.h b/apt-pkg/algorithms.h index b95218061..174a7f58d 100644 --- a/apt-pkg/algorithms.h +++ b/apt-pkg/algorithms.h @@ -118,8 +118,7 @@ class pkgProblemResolver // Try to resolve problems only by using keep bool ResolveByKeep(); - - // Install all protected packages + void InstallProtect(); pkgProblemResolver(pkgDepCache *Cache); |