Skip to content
  • Ingo Klöcker's avatar
    Avoid binding to a temporary · 390aa44e
    Ingo Klöcker authored
    Fixes the warning: loop variable ‘task’ of type
    ‘const std::shared_ptr<Kleo::Crypto::Task>&’
    binds to a temporary constructed from type
    ‘const std::shared_ptr<Kleo::Crypto::SignEncryptTask>’
    390aa44e