diff options
Diffstat (limited to 'paludis/repository.hh')
-rw-r--r-- | paludis/repository.hh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/paludis/repository.hh b/paludis/repository.hh index 9d1e5431d..d667bbe25 100644 --- a/paludis/repository.hh +++ b/paludis/repository.hh @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2005, 2006, 2007, 2008, 2009, 2010 Ciaran McCreesh + * Copyright (c) 2005, 2006, 2007, 2008, 2009, 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 @@ -244,12 +244,11 @@ namespace paludis * \nosubgrouping */ class PALUDIS_VISIBLE Repository : - private Pimp<Repository>, public RepositoryCapabilities, public MetadataKeyHolder { private: - Pimp<Repository>::ImpPtr & _imp; + Pimp<Repository> _imp; protected: ///\name Basic operations |