diff options
Diffstat (limited to 'paludis/about_metadata.cc')
-rw-r--r-- | paludis/about_metadata.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/paludis/about_metadata.cc b/paludis/about_metadata.cc index fed8f659f..ab16f26d7 100644 --- a/paludis/about_metadata.cc +++ b/paludis/about_metadata.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 @@ -62,8 +62,7 @@ namespace paludis } AboutMetadata::AboutMetadata() : - Pimp<AboutMetadata>(), - _imp(Pimp<AboutMetadata>::_imp) + _imp() { add_metadata_key(_imp->package_key); add_metadata_key(_imp->version_key); |