X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fplugin_interest.h;h=82e4179a0ec23e628b1266d3a23fe599b0db808e;hb=df28a71252f4593c65ec03611586dfc8a62a834f;hp=047fe708c03e2c0ec736e36fbd5aa3b00b3fd358;hpb=bb9cc45cd22af67ac275a5e73accbe14fee664d8;p=ardour.git diff --git a/gtk2_ardour/plugin_interest.h b/gtk2_ardour/plugin_interest.h index 047fe708c0..82e4179a0e 100644 --- a/gtk2_ardour/plugin_interest.h +++ b/gtk2_ardour/plugin_interest.h @@ -25,12 +25,13 @@ typedef std::vector SelectedPlugins; -class PluginInterestedObject { - public: +class PluginInterestedObject +{ +public: PluginInterestedObject() {} virtual ~PluginInterestedObject() {} - virtual void use_plugins (const SelectedPlugins&) = 0; + virtual bool use_plugins (const SelectedPlugins&) = 0; }; #endif /* __gtkardour_plugin_interest_h__ */