diff options
author | 2010-12-28 22:19:20 +0000 | |
---|---|---|
committer | 2011-01-01 03:57:52 +0000 | |
commit | 92f0a95d1854442e744f707eaae9add7fd92ff67 (patch) | |
tree | 9d403328a07f89c1598b4d3cb0079b292d82729e /src/clients/inquisitio/key_extractor.hh | |
parent | 092228a814cd6700b97112b5dcf931c80b6b9431 (diff) | |
download | paludis-92f0a95d1854442e744f707eaae9add7fd92ff67.tar.gz paludis-92f0a95d1854442e744f707eaae9add7fd92ff67.tar.xz |
Pass env, id to ConditionalDepSpec members
Diffstat (limited to 'src/clients/inquisitio/key_extractor.hh')
-rw-r--r-- | src/clients/inquisitio/key_extractor.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/clients/inquisitio/key_extractor.hh b/src/clients/inquisitio/key_extractor.hh index 0c7522030..d9aa9377c 100644 --- a/src/clients/inquisitio/key_extractor.hh +++ b/src/clients/inquisitio/key_extractor.hh @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2007 Ciaran McCreesh + * Copyright (c) 2007, 2010 Ciaran McCreesh * * This file is part of the Paludis package manager. Paludis is free software; * you can redistribute it and/or modify it under the terms of the GNU General @@ -35,7 +35,7 @@ namespace inquisitio const paludis::Environment &); ~KeyExtractor(); - bool operator() (const Matcher &, const paludis::PackageID &) const; + bool operator() (const Matcher &, const std::shared_ptr<const paludis::PackageID> &) const; }; } |