From 7a2c9e974666881f44406c88189ae546a67ff0b7 Mon Sep 17 00:00:00 2001 From: Ciaran McCreesh Date: Sun, 9 Jan 2011 10:23:12 +0000 Subject: Rework Pimp to avoid ImpPtr ickiness Fixes: ticket:1070 --- paludis/repositories/e/e_installed_repository.hh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'paludis/repositories/e/e_installed_repository.hh') 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 + public RepositoryDestinationInterface { private: - Pimp::ImpPtr & _imp; + Pimp _imp; protected: EInstalledRepository(const EInstalledRepositoryParams &, const RepositoryName &, const RepositoryCapabilities &); -- cgit v1.2.3