diff options
Diffstat (limited to 'paludis/environments/paludis/package_mask_conf.hh')
-rw-r--r-- | paludis/environments/paludis/package_mask_conf.hh | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/paludis/environments/paludis/package_mask_conf.hh b/paludis/environments/paludis/package_mask_conf.hh index f8e9ce0c4..8cd6568d8 100644 --- a/paludis/environments/paludis/package_mask_conf.hh +++ b/paludis/environments/paludis/package_mask_conf.hh @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2007, 2010 Ciaran McCreesh + * Copyright (c) 2007, 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 @@ -38,9 +38,11 @@ namespace paludis * \ingroup grppaludisenvironment * \nosubgrouping */ - class PackageMaskConf : - private Pimp<PackageMaskConf> + class PackageMaskConf { + private: + Pimp<PackageMaskConf> _imp; + public: ///\name Basic operations ///\{ |