Skip to content

Commit 7a790d0

Browse files
committed
Merge pull request opencv#19355 from alalek:fixup_19050
2 parents 995c308 + 1d55892 commit 7a790d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/gapi/src/backends/ie/giebackend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ void cv::gimpl::ie::GIEExecutable::run(std::vector<InObj> &&input_objs,
461461
return arg.get<cv::gimpl::RcDesc>().shape;
462462
});
463463
// - Output parameters.
464-
for (const auto &out_it : ade::util::indexed(op.outs)) {
464+
for (const auto out_it : ade::util::indexed(op.outs)) {
465465
// FIXME: Can the same GArg type resolution mechanism be reused here?
466466
const auto out_port = ade::util::index(out_it);
467467
const auto out_desc = ade::util::value(out_it);

0 commit comments

Comments
 (0)