Fixed non-Qt builds

This commit is contained in:
Matthias Koefferlein 2022-12-27 20:14:22 +01:00
parent 4429d4c8f7
commit 8d025ddf9f
1 changed files with 1 additions and 1 deletions

View File

@ -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);