mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Don't close the plugin manager when an incompatible plugin is selected. Fixes #1194.
git-svn-id: svn://localhost/ardour2/branches/3.0@7006 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
47de938e99
commit
0bc6a319f1
4 changed files with 34 additions and 23 deletions
|
|
@ -30,7 +30,7 @@ class PluginInterestedObject {
|
|||
PluginInterestedObject() {}
|
||||
virtual ~PluginInterestedObject() {}
|
||||
|
||||
virtual void use_plugins (const SelectedPlugins&) = 0;
|
||||
virtual bool use_plugins (const SelectedPlugins&) = 0;
|
||||
};
|
||||
|
||||
#endif /* __gtkardour_plugin_interest_h__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue