diff options
Diffstat (limited to 'src/clients/cave/command_factory.cc')
-rw-r--r-- | src/clients/cave/command_factory.cc | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/clients/cave/command_factory.cc b/src/clients/cave/command_factory.cc index 707cc5f4c..132bd7019 100644 --- a/src/clients/cave/command_factory.cc +++ b/src/clients/cave/command_factory.cc @@ -244,7 +244,9 @@ UnknownCommand::UnknownCommand(const std::string & s) throw () : { } -template class Singleton<CommandFactory>; -template class Pimp<CommandFactory>; -template class WrappedForwardIterator<CommandFactory::ConstIteratorTag, const std::string>; - +namespace paludis +{ + template class Singleton<CommandFactory>; + template class Pimp<CommandFactory>; + template class WrappedForwardIterator<CommandFactory::ConstIteratorTag, const std::string>; +} |