Skip to content

Commit eb4d970

Browse files
MayureshV1Copilot
andauthored
Update onnxruntime/core/providers/openvino/openvino_execution_provider.cc
Co-authored-by: Copilot <[email protected]>
1 parent faf1a6e commit eb4d970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/core/providers/openvino/openvino_execution_provider.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ common::Status OpenVINOExecutionProvider::Compile(
192192
file << metadata;
193193
}
194194
}
195-
} catch (ovep_exception ex) {
195+
} catch (const ovep_exception& ex) {
196196
status = ex;
197197
}
198198

0 commit comments

Comments
 (0)