diff options
Diffstat (limited to 'paludis/repositories/e/e_slot_key.hh')
-rw-r--r-- | paludis/repositories/e/e_slot_key.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/paludis/repositories/e/e_slot_key.hh b/paludis/repositories/e/e_slot_key.hh index 9402b1cd3..6b4e0710d 100644 --- a/paludis/repositories/e/e_slot_key.hh +++ b/paludis/repositories/e/e_slot_key.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 @@ -29,12 +29,13 @@ namespace paludis namespace erepository { class ESlotKeyStore : - private Pimp<ESlotKeyStore>, public Singleton<ESlotKeyStore> { friend class Singleton<ESlotKeyStore>; private: + Pimp<ESlotKeyStore> _imp; + ESlotKeyStore(); ~ESlotKeyStore(); |