diff options
Diffstat (limited to 'paludis/repositories/e/e_installed_repository.hh')
-rw-r--r-- | paludis/repositories/e/e_installed_repository.hh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/paludis/repositories/e/e_installed_repository.hh b/paludis/repositories/e/e_installed_repository.hh index a0c47362a..36df43dcf 100644 --- a/paludis/repositories/e/e_installed_repository.hh +++ b/paludis/repositories/e/e_installed_repository.hh @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2006, 2007, 2008, 2009, 2010 Ciaran McCreesh + * Copyright (c) 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 @@ -44,11 +44,10 @@ namespace paludis class EInstalledRepository : public Repository, public RepositoryEnvironmentVariableInterface, - public RepositoryDestinationInterface, - private Pimp<EInstalledRepository> + public RepositoryDestinationInterface { private: - Pimp<EInstalledRepository>::ImpPtr & _imp; + Pimp<EInstalledRepository> _imp; protected: EInstalledRepository(const EInstalledRepositoryParams &, const RepositoryName &, const RepositoryCapabilities &); |