This commit is contained in:
Matthias Koefferlein
2022-05-01 21:56:47 +02:00
parent 48f5f95a8f
commit e49b9a5e8a
96 changed files with 384 additions and 290 deletions
@@ -103,9 +103,9 @@ public:
// .. nothing yet ..
}
lay::Plugin *create_plugin (db::Manager *, lay::Dispatcher *root, lay::LayoutViewBase *view) const
lay::Plugin *create_plugin (db::Manager *, lay::Dispatcher *root, lay::LayoutView *view) const
{
return new DiffPlugin (root, view->ui ());
return new DiffPlugin (root, view);
}
};