Use non-const iterators

Authored by mart on Apr 2 2020, 8:04 AM.

Description

Use non-const iterators

Summary:
on some GCC (here 7.5.0) it complains when one tries to reassign an
iterator that was obtained via const_find, using find() using a
mutable iterator makes it build fine

Test Plan: Builds, behavior not changed

Reviewers: Plasma, davidedmundson

Reviewed By: Plasma, davidedmundson

Subscribers: plasma-devel

Tags: Plasma

Differential Revision: https://phabricator.kde.org/D28497

Details

Committed
martApr 2 2020, 8:16 AM
Reviewer
Plasma
Differential Revision
D28497: Use non-const iterators
Parents
R111:108d5c5f9150: Make 'nonphysical' spelling consistent
Branches
Unknown
Tags
Unknown