diff options
Diffstat (limited to 'paludis/unformatted_pretty_printer.hh')
-rw-r--r-- | paludis/unformatted_pretty_printer.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/paludis/unformatted_pretty_printer.hh b/paludis/unformatted_pretty_printer.hh index a9de9b09f..113e54d49 100644 --- a/paludis/unformatted_pretty_printer.hh +++ b/paludis/unformatted_pretty_printer.hh @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2010 Ciaran McCreesh + * Copyright (c) 2010, 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 @@ -58,6 +58,8 @@ namespace paludis virtual const std::string prettify(const FSPath &) const; virtual const std::string prettify(const KeywordName &) const; + + virtual const std::string prettify(const Maintainer &) const; }; } |