Allow to limit strip-inline controls (GUI optimization)
[ardour.git] / gtk2_ardour / plugin_interest.h
index 047fe708c03e2c0ec736e36fbd5aa3b00b3fd358..82e4179a0ec23e628b1266d3a23fe599b0db808e 100644 (file)
 
 typedef std::vector<ARDOUR::PluginPtr> 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__ */