diff options
Diffstat (limited to 'paludis/args/args_handler.cc')
-rw-r--r-- | paludis/args/args_handler.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/paludis/args/args_handler.cc b/paludis/args/args_handler.cc index 0e8bff5a7..a1e9939d2 100644 --- a/paludis/args/args_handler.cc +++ b/paludis/args/args_handler.cc @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2005, 2006, 2007, 2008, 2009, 2010 Ciaran McCreesh + * Copyright (c) 2005, 2006, 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 @@ -128,7 +128,7 @@ namespace paludis } ArgsHandler::ArgsHandler() : - Pimp<ArgsHandler>() + _imp() { } |