diff options
Diffstat (limited to 'paludis/repositories/e/xml_things_handle.hh')
-rw-r--r-- | paludis/repositories/e/xml_things_handle.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/paludis/repositories/e/xml_things_handle.hh b/paludis/repositories/e/xml_things_handle.hh index af8215e6e..7bfe4c528 100644 --- a/paludis/repositories/e/xml_things_handle.hh +++ b/paludis/repositories/e/xml_things_handle.hh @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2008, 2010 Ciaran McCreesh + * Copyright (c) 2008, 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 @@ -30,12 +30,13 @@ namespace paludis namespace erepository { class PALUDIS_VISIBLE XMLThingsHandle : - private Pimp<XMLThingsHandle>, public Singleton<XMLThingsHandle> { friend class Singleton<XMLThingsHandle>; private: + Pimp<XMLThingsHandle> _imp; + XMLThingsHandle(); ~XMLThingsHandle(); |