This commit is contained in:
Matthias Koefferlein
2022-04-30 23:08:05 +02:00
parent c4be80bb2f
commit 63a1b24d24
87 changed files with 421 additions and 288 deletions
@@ -102,7 +102,7 @@ public:
// .. nothing yet ..
}
lay::Plugin *create_plugin (db::Manager *, lay::Dispatcher *root, lay::LayoutView *view) const
lay::Plugin *create_plugin (db::Manager *, lay::Dispatcher *root, lay::LayoutViewBase *view) const
{
return new DiffPlugin (root, view);
}