diff options
Diffstat (limited to 'src/clients/cave/script_command.cc')
-rw-r--r-- | src/clients/cave/script_command.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/clients/cave/script_command.cc b/src/clients/cave/script_command.cc index d4aae5cf3..e3e0f6da7 100644 --- a/src/clients/cave/script_command.cc +++ b/src/clients/cave/script_command.cc @@ -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 @@ -52,7 +52,7 @@ namespace paludis } ScriptCommand::ScriptCommand(const std::string &, const FSPath & e) : - Pimp<ScriptCommand>(e) + _imp(e) { } |