fix shutdown (#15882)

This commit is contained in:
Haiqi Pan 2023-02-22 10:04:19 -08:00 committed by GitHub
parent 592ad68455
commit 6f85ee7968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
namespace ov { namespace ov {
// Forward declaration // Forward declaration
void FRONTEND_API shutdown(); FRONTEND_API void shutdown();
namespace frontend { namespace frontend {
// -------------- FrontEndManager ----------------- // -------------- FrontEndManager -----------------
using FrontEndFactory = std::function<FrontEnd::Ptr()>; using FrontEndFactory = std::function<FrontEnd::Ptr()>;