mirror of https://github.com/KLayout/klayout.git
Fixed an issue with MSVC builds
This commit is contained in:
parent
49ee4439a0
commit
c933d1a2b5
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue