fix ov::shutdown align definition (#15901)

This commit is contained in:
Haiqi Pan
2023-02-23 05:31:34 -08:00
committed by GitHub
parent 92181b0a4b
commit 3cc888555a

View File

@@ -733,6 +733,6 @@ public:
* You might want to use this function if you are developing a dynamically-loaded library which should clean up all
* resources after itself when the library is unloaded.
*/
void OPENVINO_RUNTIME_API shutdown();
OPENVINO_RUNTIME_API void shutdown();
} // namespace ov