Fixed an issue with MSVC builds

This commit is contained in:
Matthias Koefferlein 2022-05-23 23:28:12 +02:00
parent 49ee4439a0
commit c933d1a2b5
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ static lay::LayoutView *new_view2 (bool editable, db::Manager *manager, unsigned
return new lay::LayoutView (manager, editable, 0 /*plugin parent*/, 0 /*parent*/, "view", options);
}
extern Class<lay::LayoutViewBase> decl_LayoutViewBase;
extern LAYBASIC_PUBLIC Class<lay::LayoutViewBase> decl_LayoutViewBase;
Class<lay::LayoutView> decl_LayoutView (decl_LayoutViewBase, "lay", "LayoutView",
#if defined(HAVE_QTBINDINGS)