diff options
Diffstat (limited to 'paludis/resolver/resolvent.hh')
-rw-r--r-- | paludis/resolver/resolvent.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paludis/resolver/resolvent.hh b/paludis/resolver/resolvent.hh index da86f1c3e..4ab1b6e61 100644 --- a/paludis/resolver/resolvent.hh +++ b/paludis/resolver/resolvent.hh @@ -54,8 +54,8 @@ namespace paludis Resolvent(const QualifiedPackageName &, const SlotName &, const DestinationType); Resolvent(const QualifiedPackageName &, const SlotNameOrNull &, const DestinationType); - Resolvent(const PackageDepSpec &, const bool, const DestinationType); Resolvent(const PackageDepSpec &, const SlotName &, const DestinationType); + Resolvent(const PackageDepSpec &, const SlotNameOrNull &, const DestinationType); Resolvent(const std::shared_ptr<const PackageID> &, const DestinationType); |