Skip to content

Commit 2770875

Browse files
ivikhrevWovchena
andauthored
Update demos/common/cpp/pipelines/src/async_pipeline.cpp
Co-authored-by: Zlobin Vladimir <[email protected]>
1 parent 876c96e commit 2770875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/common/cpp/pipelines/src/async_pipeline.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ int64_t AsyncPipeline::submitData(const InputData& inputData, const std::shared_
7777
preprocessMetrics.update(startTime);
7878

7979
request.set_callback(
80-
[this, request, frameID,internalModelData, metaData, startTime](std::exception_ptr e) mutable {
80+
[this, request, frameID, internalModelData, metaData, startTime](std::exception_ptr e) mutable {
8181
{
8282
const std::lock_guard<std::mutex> lock(mtx);
8383
inferenceMetrics.update(startTime);

0 commit comments

Comments
 (0)