diff options
Diffstat (limited to 'src/clients/cave/cmd_find_candidates.hh')
-rw-r--r-- | src/clients/cave/cmd_find_candidates.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/clients/cave/cmd_find_candidates.hh b/src/clients/cave/cmd_find_candidates.hh index 382c6be23..716d3f1d4 100644 --- a/src/clients/cave/cmd_find_candidates.hh +++ b/src/clients/cave/cmd_find_candidates.hh @@ -34,6 +34,8 @@ namespace paludis public Command { public: + virtual CommandImportance importance() const PALUDIS_ATTRIBUTE((warn_unused_result)); + int run( const std::shared_ptr<Environment> &, const std::shared_ptr<const Sequence<std::string > > & args |