Skip to content

Update 'Operator::setOutput()' and overrides to be const

Maxence Naud requested to merge chore_setOutput-should-be-const into dev

Context

Operator::setOutput should precicely be const as it is intended to change the object mOutput smart pointers are pointing to but not the pointer

Merge request reports