diff options
author | 2008-07-20 14:18:42 +0100 | |
---|---|---|
committer | 2008-07-20 14:18:42 +0100 | |
commit | 94e9ecd9fec55432a79e43b6964fc63ff80d2e89 (patch) | |
tree | ad2679620043d795c789e3710c22c12bf490a8d6 /paludis/repositories/e/e_installed_repository.hh | |
parent | 2f05223862c5c21934b39f2337182b8dfa680f45 (diff) | |
download | paludis-94e9ecd9fec55432a79e43b6964fc63ff80d2e89.tar.gz paludis-94e9ecd9fec55432a79e43b6964fc63ff80d2e89.tar.xz |
Kill --no-config-protection.
It didn't do what you expect anyway.
Fixes: ticket:619
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; |