diff options
Diffstat (limited to 'paludis/repositories/e/e_installed_repository.hh')
-rw-r--r-- | paludis/repositories/e/e_installed_repository.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paludis/repositories/e/e_installed_repository.hh b/paludis/repositories/e/e_installed_repository.hh index 319ef36d2..8a972abd1 100644 --- a/paludis/repositories/e/e_installed_repository.hh +++ b/paludis/repositories/e/e_installed_repository.hh @@ -118,7 +118,7 @@ namespace paludis ///\{ virtual void perform_uninstall(const std::tr1::shared_ptr<const erepository::ERepositoryID> & id, - const UninstallActionOptions & o, bool reinstalling) const = 0; + bool reinstalling) const = 0; virtual void perform_config(const std::tr1::shared_ptr<const erepository::ERepositoryID> & id) const; |