diff options
Diffstat (limited to 'src/clients/cave/cmd_print_ids.hh')
-rw-r--r-- | src/clients/cave/cmd_print_ids.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/clients/cave/cmd_print_ids.hh b/src/clients/cave/cmd_print_ids.hh index 5dac13823..3cbb7ff36 100644 --- a/src/clients/cave/cmd_print_ids.hh +++ b/src/clients/cave/cmd_print_ids.hh @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2008 Ciaran McCreesh + * Copyright (c) 2008, 2011 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 @@ -30,6 +30,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 |