diff options
Diffstat (limited to 'paludis/repositories/gemcutter/gemcutter_id.hh')
-rw-r--r-- | paludis/repositories/gemcutter/gemcutter_id.hh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/paludis/repositories/gemcutter/gemcutter_id.hh b/paludis/repositories/gemcutter/gemcutter_id.hh index 8fbde3e7b..24302432d 100644 --- a/paludis/repositories/gemcutter/gemcutter_id.hh +++ b/paludis/repositories/gemcutter/gemcutter_id.hh @@ -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 @@ -46,11 +46,10 @@ namespace paludis }; class PALUDIS_VISIBLE GemcutterID : - public PackageID, - private Pimp<GemcutterID> + public PackageID { private: - Pimp<GemcutterID>::ImpPtr & _imp; + Pimp<GemcutterID> _imp; protected: void need_keys_added() const; |