diff options
Diffstat (limited to 'paludis/repositories/cran/description_file.cc')
-rw-r--r-- | paludis/repositories/cran/description_file.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/paludis/repositories/cran/description_file.cc b/paludis/repositories/cran/description_file.cc index d1045e9b1..919fb6298 100644 --- a/paludis/repositories/cran/description_file.cc +++ b/paludis/repositories/cran/description_file.cc @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2007, 2008, 2010 Ciaran McCreesh + * Copyright (c) 2007, 2008, 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 @@ -39,7 +39,7 @@ namespace paludis } DescriptionFile::DescriptionFile(const Source & sr) : - Pimp<DescriptionFile>() + _imp() { Context c("When parsing CRAN description file '" + sr.filename() + "':"); |