fix shutdown (#15882)
This commit is contained in:
parent
592ad68455
commit
6f85ee7968
@ -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()>;
|
||||||
|
Loading…
Reference in New Issue
Block a user