mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-02 19:28:37 +02:00
Fixed non-Qt builds
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user