From 8d025ddf9f2b30db04524f2d907a2cb39a23439d Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Tue, 27 Dec 2022 20:14:22 +0100 Subject: [PATCH] Fixed non-Qt builds --- src/layview/layview/layLayoutView_noqt.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layview/layview/layLayoutView_noqt.cc b/src/layview/layview/layLayoutView_noqt.cc index 351c94d4a..f63ecc299 100644 --- a/src/layview/layview/layLayoutView_noqt.cc +++ b/src/layview/layview/layLayoutView_noqt.cc @@ -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);