fix ov::shutdown align definition (#15901)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user