X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fplugin_interest.h;h=82e4179a0ec23e628b1266d3a23fe599b0db808e;hb=a79fe239355b8c6f4e86da2eb1eec43c6c4dd052;hp=9f6b2933251be6ada0662b9f9b5f7cb625ecb312;hpb=e0aaed6d65f160c328cb8b56d7c6552ee15d65e2;p=ardour.git diff --git a/gtk2_ardour/plugin_interest.h b/gtk2_ardour/plugin_interest.h index 9f6b293325..82e4179a0e 100644 --- a/gtk2_ardour/plugin_interest.h +++ b/gtk2_ardour/plugin_interest.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2008 Paul Davis + Copyright (C) 2008 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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__ */