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 13bf67b1a..ab9c2390e 100644 --- a/paludis/repositories/e/e_installed_repository.hh +++ b/paludis/repositories/e/e_installed_repository.hh @@ -59,7 +59,7 @@ namespace paludis public: /* RepositorySetsInterface */ - virtual std::tr1::shared_ptr<SetSpecTree::ConstItem> package_set(const SetName & id) const + virtual const std::tr1::shared_ptr<const SetSpecTree> package_set(const SetName & id) const PALUDIS_ATTRIBUTE((warn_unused_result)); virtual std::tr1::shared_ptr<const SetNameSet> sets_list() const |