diff options
Diffstat (limited to 'paludis/repositories/e/e_installed_repository.hh')
-rw-r--r-- | paludis/repositories/e/e_installed_repository.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/paludis/repositories/e/e_installed_repository.hh b/paludis/repositories/e/e_installed_repository.hh index 36df43dcf..3d076d7db 100644 --- a/paludis/repositories/e/e_installed_repository.hh +++ b/paludis/repositories/e/e_installed_repository.hh @@ -74,7 +74,8 @@ namespace paludis /* Repository */ - virtual std::shared_ptr<const CategoryNamePartSet> unimportant_category_names() const; + virtual std::shared_ptr<const CategoryNamePartSet> unimportant_category_names( + const RepositoryContentMayExcludes &) const; virtual const bool is_unimportant() const; |