Bugfix - properly removing plugins when they are unregistered (unlikely)

This commit is contained in:
Matthias Koefferlein 2023-02-23 17:07:22 +01:00
parent 432b542f3c
commit 90b59ca14d
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ public:
virtual void plugin_removed (lay::PluginDeclaration *cls)
{
if (mp_delegate) {
mp_delegate->plugin_registered (cls);
mp_delegate->plugin_removed (cls);
}
}