Skip to content

Commit

Permalink
Ensure filter plugins get loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Dec 10, 2024
1 parent f5ddfc2 commit 4a5bc2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/plugin_registry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ void PluginRegistry::loadPlugins()
// Try to load against each type of plugin interface
if (loadImportPlugin(instance)) {}
else if (loadExportPlugin(instance)) {}
else if (loadFilterPlugin(instance)) {}
else
{
// No match for the plugin
Expand Down

0 comments on commit 4a5bc2c

Please sign in to comment.