diff options
Diffstat (limited to 'paludis/user_dep_spec.hh')
-rw-r--r-- | paludis/user_dep_spec.hh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/paludis/user_dep_spec.hh b/paludis/user_dep_spec.hh index 18b148bcc..53f3a7664 100644 --- a/paludis/user_dep_spec.hh +++ b/paludis/user_dep_spec.hh @@ -83,7 +83,10 @@ namespace paludis const std::shared_ptr<const PackageID> &, const std::shared_ptr<const PackageID> &, const ChangedChoices * const) const PALUDIS_ATTRIBUTE((warn_unused_result)); - virtual const std::string as_human_string() const PALUDIS_ATTRIBUTE((warn_unused_result)); + + virtual const std::string as_human_string( + const std::shared_ptr<const PackageID> &) const PALUDIS_ATTRIBUTE((warn_unused_result)); + virtual const std::string as_raw_string() const PALUDIS_ATTRIBUTE((warn_unused_result)); virtual Tribool accumulate_changes_to_make_met( |