diff options
Diffstat (limited to 'paludis/repositories/e/spec_tree_pretty_printer.cc')
-rw-r--r-- | paludis/repositories/e/spec_tree_pretty_printer.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/paludis/repositories/e/spec_tree_pretty_printer.cc b/paludis/repositories/e/spec_tree_pretty_printer.cc index 363d5e01f..35caadfee 100644 --- a/paludis/repositories/e/spec_tree_pretty_printer.cc +++ b/paludis/repositories/e/spec_tree_pretty_printer.cc @@ -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 @@ -63,7 +63,7 @@ namespace paludis SpecTreePrettyPrinter::SpecTreePrettyPrinter( const PrettyPrinter & p, const PrettyPrintOptions & o) : - Pimp<SpecTreePrettyPrinter>(p, o) + _imp(p, o) { } |