diff options
Diffstat (limited to 'paludis/environments/paludis/use_conf.cc')
-rw-r--r-- | paludis/environments/paludis/use_conf.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/paludis/environments/paludis/use_conf.cc b/paludis/environments/paludis/use_conf.cc index 8cf21b781..4a7009e25 100644 --- a/paludis/environments/paludis/use_conf.cc +++ b/paludis/environments/paludis/use_conf.cc @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2007, 2008, 2009, 2010 Ciaran McCreesh + * Copyright (c) 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 @@ -50,7 +50,7 @@ namespace paludis } UseConf::UseConf(const PaludisEnvironment * const e) : - Pimp<UseConf>(e) + _imp(e) { } |