mirror of https://github.com/KLayout/klayout.git
Fixed non-Qt builds
This commit is contained in:
parent
4429d4c8f7
commit
8d025ddf9f
|
|
@ -34,7 +34,7 @@ LayoutView::LayoutView (db::Manager *mgr, bool editable, lay::Plugin *plugin_par
|
|||
finish ();
|
||||
}
|
||||
|
||||
LayoutView::LayoutView (db::Manager *mgr, lay::LayoutView *source, db::Manager *mgr, bool editable, lay::Plugin *plugin_parent, unsigned int options)
|
||||
LayoutView::LayoutView (lay::LayoutView *source, db::Manager *mgr, bool editable, lay::Plugin *plugin_parent, unsigned int options)
|
||||
: LayoutViewBase (this, mgr, editable, plugin_parent, options)
|
||||
{
|
||||
copy_from (source);
|
||||
|
|
|
|||
Loading…
Reference in New Issue