mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Make deferred plugin stuff work with old compiler or different sigc version or whatever.
git-svn-id: svn://localhost/ardour2/branches/3.0@5878 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
bcf885b4be
commit
370752bf24
7 changed files with 12 additions and 12 deletions
|
|
@ -69,7 +69,7 @@ namespace ARDOUR {
|
|||
class ProcessorBox : public Gtk::HBox, public PluginInterestedObject
|
||||
{
|
||||
public:
|
||||
ProcessorBox (ARDOUR::Session&, sigc::slot<PluginSelector&> get_plugin_selector,
|
||||
ProcessorBox (ARDOUR::Session&, sigc::slot<PluginSelector*> get_plugin_selector,
|
||||
RouteRedirectSelection&, MixerStrip* parent, bool owner_is_mixer = false);
|
||||
~ProcessorBox ();
|
||||
|
||||
|
|
@ -97,7 +97,7 @@ class ProcessorBox : public Gtk::HBox, public PluginInterestedObject
|
|||
bool ab_direction;
|
||||
std::vector<sigc::connection> connections;
|
||||
|
||||
sigc::slot<PluginSelector&> _get_plugin_selector;
|
||||
sigc::slot<PluginSelector*> _get_plugin_selector;
|
||||
|
||||
boost::shared_ptr<ARDOUR::Processor> _processor_being_created;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue